Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block ¶
type Block interface { snowman.Block smblock.WithVerifyContext // State intends to return the new chain state following this block's // acceptance. The new chain state is built (but not persisted) following a // block's verification to allow block's descendants verification before // being accepted. State() (database.Database, error) }
type Chain ¶
Click to show internal directories.
Click to hide internal directories.