Documentation
¶
Index ¶
- type BalanceAndNonce
- type BlockList
- type BlockchainInfo
- type ContractValue
- type DSBlock
- type DsHeader
- type HashAndNum
- type MicroBlockInfo
- type MinerInfo
- type ShardInfo
- type ShardingStructure
- type State
- type Transaction
- type TransactionReceipt
- type Transactions
- type TxBlock
- type TxBlockBody
- type TxBlockHeader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BalanceAndNonce ¶
type BlockList ¶
type BlockList struct {
Data []HashAndNum `json:"data"`
MaxPages int `json:"maxPages"`
}
type BlockchainInfo ¶
type ContractValue ¶
type HashAndNum ¶
type MicroBlockInfo ¶
type ShardingStructure ¶
type ShardingStructure struct {
NumPeers []int
}
type Transaction ¶
type TransactionReceipt ¶
type Transactions ¶
type Transactions struct {
TxnHashes []string
}
type TxBlock ¶
type TxBlock struct {
Header TxBlockHeader `json:"header"`
Body TxBlockBody `json:"body"`
}
type TxBlockBody ¶
type TxBlockBody struct {
BlockHash string
HeaderSign string
MicroBlockInfos []MicroBlockInfo
}
Click to show internal directories.
Click to hide internal directories.