Versions in this module Expand all Collapse all v1 v1.1.66 Jun 17, 2021 v1.1.65 Jun 17, 2021 Changes in this version + type Block struct + AccumulatedFees string + AccumulatedFeesInEpoch string + DeveloperFees string + DeveloperFeesInEpoch string + Epoch uint32 + Hash string + MiniBlocks []*MiniBlock + Nonce uint64 + NotarizedBlocks []*NotarizedBlock + NumTxs uint32 + PrevBlockHash string + Round uint64 + Shard uint32 + Status string + Timestamp time.Duration + type DelegatedValue struct + DelegationScAddress string + Value string + type Delegator struct + DelegatedTo []*DelegatedValue + DelegatorAddress string + Total string + TotalAsBigInt *big.Int + type DirectStakedValue struct + Address string + BaseStaked string + TopUp string + Total string + type MiniBlock struct + DestinationShard uint32 + Hash string + SourceShard uint32 + Transactions []*transaction.ApiTransactionResult + Type string + type NotarizedBlock struct + Hash string + Nonce uint64 + Shard uint32 + type StakeValues struct + BaseStaked *big.Int + TopUp *big.Int