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