Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTemporal = errors.New("temporal error")
Functions ¶
func AggregateSignatures ¶
func ToMessagesArray ¶
Types ¶
type Consensus ¶
type Consensus interface { ValidateBlock(ctx context.Context, b *types.FullBlock) (err error) ValidateBlockPubsub(ctx context.Context, self bool, msg *pubsub.Message) (pubsub.ValidationResult, string) IsEpochBeyondCurrMax(epoch abi.ChainEpoch) bool CreateBlock(ctx context.Context, w api.Wallet, bt *api.BlockTemplate) (*types.FullBlock, error) }
Click to show internal directories.
Click to hide internal directories.