Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block ¶
type Block struct { Header BlockHeader `json:"header"` TXs []Tx `json:"payload"` }
type BlockHeader ¶
type State ¶
State used to control the state of the chain
func NewStateFromDisk ¶
NewStateFromDisk -> load all state information
func (*State) LatestBlockHash ¶
LatestBlockHash -> get the last snapshot of tx.db transactions
Click to show internal directories.
Click to hide internal directories.