Versions in this module Expand all Collapse all v1 v1.999.0 Nov 17, 2022 Changes in this version + type AccountQueryOptions struct + BlockHash []byte + BlockNonce core.OptionalUint64 + BlockRootHash []byte + HintEpoch core.OptionalUint32 + OnFinalBlock bool + OnStartOfEpoch core.OptionalUint32 + type AccountResponse struct + Address string + Balance string + Code string + CodeHash []byte + CodeMetadata []byte + DeveloperReward string + Nonce uint64 + OwnerAddress string + RootHash []byte + Username string + type Block struct + AccumulatedFees string + AccumulatedFeesInEpoch string + DeveloperFees string + DeveloperFeesInEpoch string + Epoch uint32 + EpochStartInfo *EpochStartInfo + EpochStartShardsData []*EpochStartShardData + Hash string + MiniBlocks []*MiniBlock + Nonce uint64 + NotarizedBlocks []*NotarizedBlock + NumTxs uint32 + PrevBlockHash string + Round uint64 + ScheduledData *ScheduledData + Shard uint32 + StateRootHash string + Status string + Timestamp time.Duration + type BlockInfo struct + Hash string + Nonce uint64 + RootHash string + type BlockQueryOptions struct + WithLogs bool + WithTransactions bool + 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 ESDTSupply struct + Burned string + InitialMinted string + Minted string + Supply string + type EpochStartInfo struct + NodePrice string + PrevEpochStartHash string + PrevEpochStartRound uint64 + RewardsForProtocolSustainability string + RewardsPerBlock string + TotalNewlyMinted string + TotalSupply string + TotalToDistribute string + type EpochStartShardData struct + Epoch uint32 + FirstPendingMetaBlock string + HeaderHash string + LastFinishedMetaBlock string + Nonce uint64 + PendingMiniBlockHeaders []*MiniBlock + RootHash string + Round uint64 + ScheduledRootHash string + ShardID uint32 + type MiniBlock struct + ConstructionState string + DestinationShard uint32 + Hash string + IndexOfFirstTxProcessed int32 + IndexOfLastTxProcessed int32 + IsFromReceiptsStorage bool + ProcessingType string + Receipts []*transaction.ApiReceipt + SourceShard uint32 + Transactions []*transaction.ApiTransactionResult + Type string + type NotarizedBlock struct + Hash string + Nonce uint64 + Round uint64 + Shard uint32 + type ScheduledData struct + ScheduledAccumulatedFees string + ScheduledDeveloperFees string + ScheduledGasPenalized uint64 + ScheduledGasProvided uint64 + ScheduledGasRefunded uint64 + ScheduledRootHash string + type StakeValues struct + BaseStaked *big.Int + TopUp *big.Int