Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HyperBlock ¶
type HyperBlock struct {
Hash string `json:"hash"`
PrevBlockHash string `json:"prevBlockHash"`
StateRootHash string `json:"stateRootHash"`
Nonce uint64 `json:"nonce"`
Round uint64 `json:"round"`
Epoch uint32 `json:"epoch"`
NumTxs uint32 `json:"numTxs"`
AccumulatedFees string `json:"accumulatedFees,omitempty"`
DeveloperFees string `json:"developerFees,omitempty"`
AccumulatedFeesInEpoch string `json:"accumulatedFeesInEpoch,omitempty"`
DeveloperFeesInEpoch string `json:"developerFeesInEpoch,omitempty"`
Timestamp time.Duration `json:"timestamp,omitempty"`
EpochStartInfo *api.EpochStartInfo `json:"epochStartInfo,omitempty"`
EpochStartShardsData []*api.EpochStartShardData `json:"epochStartShardsData,omitempty"`
ShardBlocks []*api.NotarizedBlock `json:"shardBlocks"`
Transactions []*transaction.ApiTransactionResult `json:"transactions"`
Status string `json:"status,omitempty"`
}
HyperBlock contains all fully executed (both in source and in destination shards) transactions notarized in a given metaBlock
Click to show internal directories.
Click to hide internal directories.