Documentation
¶
Index ¶
- func AdaptBlockInfo(msg *p2pconsensus.BlockInfo) (consensus.BlockInfo, error)
- func AdaptProposalCommitment(msg *p2pconsensus.ProposalCommitment) (consensus.ProposalCommitment, error)
- func AdaptProposalFin(msg *p2pconsensus.ProposalFin) (consensus.ProposalFin, error)
- func AdaptProposalInit(msg *p2pconsensus.ProposalInit) (consensus.ProposalInit, error)
- func AdaptProposalTransaction(ctx context.Context, compiler compiler.Compiler, ...) ([]consensus.Transaction, error)
- func AdaptTransaction(ctx context.Context, compiler compiler.Compiler, ...) (consensus.Transaction, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AdaptBlockInfo ¶
func AdaptBlockInfo(msg *p2pconsensus.BlockInfo) (consensus.BlockInfo, error)
func AdaptProposalCommitment ¶
func AdaptProposalCommitment(msg *p2pconsensus.ProposalCommitment) (consensus.ProposalCommitment, error)
func AdaptProposalFin ¶
func AdaptProposalFin(msg *p2pconsensus.ProposalFin) (consensus.ProposalFin, error)
func AdaptProposalInit ¶
func AdaptProposalInit(msg *p2pconsensus.ProposalInit) (consensus.ProposalInit, error)
func AdaptProposalTransaction ¶
func AdaptProposalTransaction( ctx context.Context, compiler compiler.Compiler, msg *p2pconsensus.TransactionBatch, network *utils.Network, ) ([]consensus.Transaction, error)
func AdaptTransaction ¶
func AdaptTransaction( ctx context.Context, compiler compiler.Compiler, t *p2pconsensus.ConsensusTransaction, network *utils.Network, ) (consensus.Transaction, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.