types: Drop some redundant alias types
This commit is contained in:
parent
9c5d2fff1a
commit
5649f5a87f
@ -53,7 +53,7 @@ type sealingApi interface { // TODO: trim down
|
||||
ChainReadObj(context.Context, cid.Cid) ([]byte, error)
|
||||
ChainHasObj(context.Context, cid.Cid) (bool, error)
|
||||
|
||||
WalletSign(context.Context, address.Address, []byte) (*types.Signature, error)
|
||||
WalletSign(context.Context, address.Address, []byte) (*crypto.Signature, error)
|
||||
WalletBalance(context.Context, address.Address) (types.BigInt, error)
|
||||
WalletHas(context.Context, address.Address) (bool, error)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user