Documentation
¶
Index ¶
Constants ¶
View Source
const MaxUint32 = 1<<32 - 1
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommitteeMember ¶
type JSONBlockSummary ¶
type JSONBlockSummary struct {
Number uint32 `json:"number"`
ID types.Bytes32 `json:"id"`
Size uint32 `json:"size"`
ParentID types.Bytes32 `json:"parentID"`
Timestamp uint64 `json:"timestamp"`
TxsRoot cmtbytes.HexBytes `json:"txsRoot"`
LastKBlock uint32 `json:"lastKBlock"`
QC *QC `json:"qc"`
Nonce uint64 `json:"nonce"`
Epoch uint64 `json:"epoch"`
}
type JSONClause ¶
type JSONCollapsedBlock ¶
type JSONCollapsedBlock struct {
*JSONBlockSummary
Transactions []string `json:"transactions"`
}
type JSONEmbeddedTx ¶
type JSONExpandedBlock ¶
type JSONExpandedBlock struct {
*JSONBlockSummary
Transactions []*JSONEmbeddedTx `json:"transactions"`
}
type JSONOutput ¶
type JSONOutput struct {
ContractAddress *common.Address `json:"contractAddress"`
Events []*JSONEvent `json:"events"`
Transfers []*JSONTransfer `json:"transfers"`
}
type JSONTransfer ¶
Click to show internal directories.
Click to hide internal directories.