Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block ¶
type Block struct { Number uint32 `json:"number"` ID powerplay.Bytes32 `json:"id"` Size uint32 `json:"size"` ParentID powerplay.Bytes32 `json:"parentID"` Timestamp uint64 `json:"timestamp"` GasLimit uint64 `json:"gasLimit"` Beneficiary powerplay.Address `json:"beneficiary"` GasUsed uint64 `json:"gasUsed"` TotalScore uint64 `json:"totalScore"` TxsRoot powerplay.Bytes32 `json:"txsRoot"` StateRoot powerplay.Bytes32 `json:"stateRoot"` ReceiptsRoot powerplay.Bytes32 `json:"receiptsRoot"` Signer powerplay.Address `json:"signer"` IsTrunk bool `json:"isTrunk"` Transactions []powerplay.Bytes32 `json:"transactions"` }
Block block
Click to show internal directories.
Click to hide internal directories.