Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockSignature ¶
type BlockSignature struct { SignHash common.Hash // Signature hash,header[0:32] Hash common.Hash // Block hash,header[:] Number *big.Int Signature *common.BlockConfirmSign ParentHash common.Hash }
Block's Signature info
type BlockSynced ¶
type BlockSynced struct { }
type CbftResult ¶
type CbftResult struct { Block *types.Block //Receipts types.Receipts //State *state.StateDB BlockConfirmSigns []*common.BlockConfirmSign }
Click to show internal directories.
Click to hide internal directories.