Skip to content

Commit b5251c8

Browse files
committed
Remove ado stale types
1 parent 2b55099 commit b5251c8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

rpc/rpc.go

-7
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,13 @@ package rpc
22

33
import (
44
"context"
5-
"math/big"
65

7-
"github.com/ethereum/go-ethereum/common"
8-
"github.com/filecoin-project/go-address"
96
"github.com/filecoin-project/go-jsonrpc"
107
"github.com/glifio/go-pools/abigen"
11-
"github.com/glifio/go-pools/constants"
12-
"github.com/glifio/go-pools/vc"
138
)
149

1510
var ADOClient struct {
1611
SignCredential func(ctx context.Context, jws string) (abigen.SignedCredential, error)
17-
AgentData func(ctx context.Context, agentAddr common.Address) (*vc.AgentData, error)
18-
PreviewAction func(ctx context.Context, agentAddr common.Address, target address.Address, value *big.Int, method constants.Method) (*vc.AgentData, error)
1912
}
2013

2114
func NewADOClient(ctx context.Context, rpcurl string, namespace string) (jsonrpc.ClientCloser, error) {

0 commit comments

Comments
 (0)