Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
GetOffChainData(ctx context.Context, hash common.Hash) ([]byte, error)
ListOffChainData(ctx context.Context, hashes []common.Hash) (map[common.Hash][]byte, error)
SignSequence(signedSequence types.SignedSequence) ([]byte, error)
}
Client is the interface that defines the implementation of all the endpoints
Click to show internal directories.
Click to hide internal directories.