Versions in this module Expand all Collapse all v0 v0.0.1 Oct 18, 2022 Changes in this version + type AccountTokenData struct + Balance string + Identifier string + MetaData *mect.MetaData + Nonce uint64 + Properties string + type AlteredAccount struct + Address string + Balance string + Nonce uint64 + Tokens []*AccountTokenData + type ArgsSaveBlockData struct + AlteredAccounts map[string]*AlteredAccount + Body data.BodyHandler + Header data.HeaderHandler + HeaderGasConsumption HeaderGasConsumption + HeaderHash []byte + NotarizedHeadersHashes []string + SignersIndexes []uint64 + TransactionsPool *Pool + type HeaderGasConsumption struct + GasPenalized uint64 + GasProvided uint64 + GasRefunded uint64 + MaxGasPerBlock uint64 + type Pool struct + Invalid map[string]data.TransactionHandler + Logs []*data.LogData + Receipts map[string]data.TransactionHandler + Rewards map[string]data.TransactionHandler + Scrs map[string]data.TransactionHandler + Txs map[string]data.TransactionHandler + type RoundInfo struct + BlockWasProposed bool + Epoch uint32 + Index uint64 + ShardId uint32 + SignersIndexes []uint64 + Timestamp time.Duration + type ValidatorRatingInfo struct + PublicKey string + Rating float32