Versions in this module Expand all Collapse all v0 v0.0.2 Nov 6, 2024 v0.0.1 Nov 5, 2024 Changes in this version + type AccountQueryOptions struct + BlockHash []byte + BlockNonce core.OptionalUint64 + BlockRootHash []byte + HintEpoch core.OptionalUint32 + OnFinalBlock bool + OnStartOfEpoch core.OptionalUint32 + WithKeys bool + type AccountResponse struct + Address string + Balance string + Code string + CodeHash []byte + CodeMetadata []byte + DeveloperReward string + Nonce uint64 + OwnerAddress string + Pairs map[string]string + RootHash []byte + Username string + type Block struct + AccumulatedFees string + AccumulatedFeesInEpoch string + ChainID string + DeveloperFees string + DeveloperFeesInEpoch string + Epoch uint32 + EpochStartInfo *EpochStartInfo + EpochStartShardsData []*EpochStartShardData + Hash string + LeaderSignature string + MiniBlocks []*MiniBlock + Nonce uint64 + NotarizedBlocks []*NotarizedBlock + NumTxs uint32 + PrevBlockHash string + PrevRandSeed string + PubKeyBitmap string + RandSeed string + ReceiptsHash string + Reserved []byte + Round uint64 + ScheduledData *ScheduledData + Shard uint32 + Signature string + SoftwareVersion string + StateRootHash string + Status string + Timestamp time.Duration + type BlockFetchType string + const BlockFetchTypeByHash + const BlockFetchTypeByNonce + func (aft BlockFetchType) String() string + type BlockInfo struct + Hash string + Nonce uint64 + RootHash string + type BlockQueryOptions struct + WithLogs bool + WithTransactions bool + type DCDTSupply struct + Burned string + InitialMinted string + Minted string + RecomputedSupply bool + Supply string + 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 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 GetAlteredAccountsForBlockOptions struct + TokensFilter string + type GetBlockParameters struct + Hash []byte + Nonce uint64 + RequestType BlockFetchType + type Guardian struct + ActivationEpoch uint32 + Address string + ServiceUID string + type GuardianData struct + ActiveGuardian *Guardian + Guarded bool + PendingGuardian *Guardian + type Hyperblock struct + AccumulatedFees string + AccumulatedFeesInEpoch string + DeveloperFees string + DeveloperFeesInEpoch string + Epoch uint32 + EpochStartInfo *EpochStartInfo + EpochStartShardsData []*EpochStartShardData + Hash string + Nonce uint64 + NumTxs uint32 + PrevBlockHash string + Round uint64 + ShardBlocks []*NotarizedBlock + StateRootHash string + Status string + Timestamp time.Duration + Transactions []*transaction.ApiTransactionResult + 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 + AlteredAccounts []*alteredAccount.AlteredAccount + Hash string + MiniBlockHashes []string + Nonce uint64 + RootHash string + 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