Versions in this module Expand all Collapse all v0 v0.9.0 Sep 6, 2022 Changes in this version + type BaseTransactionsRes struct + AddressHash string + Amount decimal.Decimal + CreateTime decimal.Decimal + CurrencyHash *string + Event *string + HardFork *bool + Hash string + Name string + OriginalAmount decimal.NullDecimal + OriginalCurrencyHash *string + ReceiverDescription *string + ReducedAmount decimal.Decimal + SignerHash *string + TokenGenerationServiceData TokenGenerationServiceDataRes + TokenMintingServiceData TokenMintingServiceDataRes + TransactionHash *string + type ClusterStampDataRow struct + Address string + Amount decimal.Decimal + CurrencyId int32 + type CurrencyTypeDataRes struct + CreateTime decimal.Decimal + CurrencyRateSourceType *string + CurrencyType *string + ProtectionModel *string + RateSource *string + SignerHash *string + type OriginatorCurrencyDataRes struct + Description *string + Name *string + OriginatorHash *string + Scale int32 + Symbol string + TotalSupply decimal.Decimal + type SyncResponse struct + BackupNodeLastIndex int64 + IsNodeSynced bool + LastMonitoredTransactionIndex int64 + NodeLastIndex int64 + NodeMaxIndex int64 + SyncIterationLastTransactionIndex int64 + SyncPercentage float64 + type TokenGenerationServiceDataRes struct + CurrencyTypeData CurrencyTypeDataRes + FeeAmount decimal.Decimal + OriginatorCurrencyData OriginatorCurrencyDataRes + type TokenMintingServiceDataRes struct + CreateTime decimal.Decimal + FeeAmount decimal.Decimal + MintingAmount decimal.Decimal + MintingCurrencyHash string + ReceiverAddress string + SignerHash string + type TransactionByHashRequest struct + TransactionHashes []string + type TransactionResponse struct + Amount decimal.Decimal + AttachmentTime decimal.Decimal + BaseTransactionsRes []BaseTransactionsRes + CreateTime decimal.Decimal + Hash string + Index *int32 + IsValid *bool + LeftParentHash *string + NodeHash *string + RightParentHash *string + SenderHash *string + SenderTrustScore float64 + TransactionConsensusUpdateTime decimal.NullDecimal + TransactionDescription *string + TrustChainConsensus bool + TrustChainTrustScore decimal.Decimal + Type *string + type TransactionsLastIndex struct + LastIndex int64 + Status string + type TransactionsLastIndexChanelResult struct + Error error + Tran TransactionsLastIndex