Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stateless ¶
type Stateless struct {
ParentID ids.ID `json:"parentID"`
Timestamp int64 `json:"timestamp"`
Height uint64 `json:"height"`
Txs []*tx.Tx `json:"txs"`
}
Stateless blocks are blocks as they are marshalled/unmarshalled and sent over the p2p network. The stateful blocks which can be executed are built from Stateless blocks.
Click to show internal directories.
Click to hide internal directories.