Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProposerAdapter ¶
type ProposerAdapter[V types.Hashable[H], H types.Hash, A types.Addr] interface { ProposalInit(*types.Proposal[V, H, A]) (types.ProposalInit, error) ProposalBlockInfo(*builder.BuildResult) (types.BlockInfo, error) ProposalTransactions(*builder.BuildResult) ([]types.Transaction, error) ProposalCommitment(*builder.BuildResult) (types.ProposalCommitment, error) ProposalFin(*types.Proposal[V, H, A]) (types.ProposalFin, error) }
Click to show internal directories.
Click to hide internal directories.