Modifier and Type | Method and Description |
---|---|
static TokenId |
TokenId.from(UInt64 value)
Create a token id from the
UInt64 in little endian |
Modifier and Type | Method and Description |
---|---|
UInt64 |
TransferToPublicJniOutput.getIndex()
The index such that the encrypted amount used in the transfer represents
the aggregate of all encrypted amounts with indices < `index` existing
on the account at the time.
|
UInt64 |
EncryptedAmountTransferJniOutput.getIndex()
The index such that the encrypted amount used in the transfer represents
the aggregate of all encrypted amounts with indices < `index` existing
on the account at the time.
|
Modifier and Type | Method and Description |
---|---|
TransferToPublicJniOutput.TransferToPublicJniOutputBuilder |
TransferToPublicJniOutput.TransferToPublicJniOutputBuilder.index(UInt64 index)
The index such that the encrypted amount used in the transfer represents
the aggregate of all encrypted amounts with indices < `index` existing
on the account at the time.
|
EncryptedAmountTransferJniOutput.EncryptedAmountTransferJniOutputBuilder |
EncryptedAmountTransferJniOutput.EncryptedAmountTransferJniOutputBuilder.index(UInt64 index)
The index such that the encrypted amount used in the transfer represents
the aggregate of all encrypted amounts with indices < `index` existing
on the account at the time.
|
Modifier and Type | Method and Description |
---|---|
UInt64 |
Energy.getValue() |
Modifier and Type | Method and Description |
---|---|
Energy.EnergyBuilder |
Energy.EnergyBuilder.value(UInt64 value) |
Modifier and Type | Method and Description |
---|---|
UInt64 |
BlockIdentifier.getBlockHeight()
Absolute Block Height.
|
UInt64 |
Fraction.getDenominator()
The denominator of the fraction.
|
UInt64 |
PendingUpdateV2.getEffectiveTime()
The effective time of the update.
|
UInt64 |
AccountIndex.getIndex()
The account index
|
UInt64 |
Fraction.getNumerator()
The numerator of the fraction.
|
UInt64 |
Round.getValue()
The round expressed as an unsigned integer.
|
UInt64 |
Epoch.getValue() |
Modifier and Type | Method and Description |
---|---|
B |
BlockIdentifier.BlockIdentifierBuilder.blockHeight(UInt64 blockHeight) |
Fraction.FractionBuilder |
Fraction.FractionBuilder.denominator(UInt64 denominator)
The denominator of the fraction.
|
PendingUpdateV2.PendingUpdateV2Builder<T> |
PendingUpdateV2.PendingUpdateV2Builder.effectiveTime(UInt64 effectiveTime)
The effective time of the update.
|
static Epoch |
Epoch.from(UInt64 x) |
Fraction.FractionBuilder |
Fraction.FractionBuilder.numerator(UInt64 numerator)
The numerator of the fraction.
|
Constructor and Description |
---|
BlockIdentifier(Hash blockHash,
UInt64 blockHeight) |
Epoch(UInt64 value) |
Fraction(UInt64 numerator,
UInt64 denominator) |
Round(UInt64 value) |
Modifier and Type | Method and Description |
---|---|
UInt64 |
BlockInfo.getBlockHeight()
Absolute Block Height.
|
Modifier and Type | Method and Description |
---|---|
UInt64 |
Summary.getTransactionIndex()
The offset where the transaction was executed.
|
Modifier and Type | Method and Description |
---|---|
Summary.SummaryBuilder |
Summary.SummaryBuilder.transactionIndex(UInt64 transactionIndex)
The offset where the transaction was executed.
|
Modifier and Type | Method and Description |
---|---|
UInt64 |
FinalizationData.getFinalizationDelay()
Finalization delay for the first finalization round.
|
UInt64 |
FinalizationData.getFinalizationIndex()
Index of the finalization round that finalized the block.
|
Modifier and Type | Method and Description |
---|---|
FinalizationData.FinalizationDataBuilder |
FinalizationData.FinalizationDataBuilder.finalizationDelay(UInt64 finalizationDelay)
Finalization delay for the first finalization round.
|
FinalizationData.FinalizationDataBuilder |
FinalizationData.FinalizationDataBuilder.finalizationIndex(UInt64 finalizationIndex)
Index of the finalization round that finalized the block.
|
Modifier and Type | Method and Description |
---|---|
UInt64 |
ConsensusParameters.getBlockEnergyLimit()
The maximum block energy limit.
|
UInt64 |
ValidatorScoreParameters.getMaximumMissedRounds()
The maximal number of missed rounds before a validator gets suspended.
|
UInt64 |
CooldownInEpochs.getNumberOfEpochs() |
Modifier and Type | Method and Description |
---|---|
ConsensusParameters.ConsensusParametersBuilder |
ConsensusParameters.ConsensusParametersBuilder.blockEnergyLimit(UInt64 blockEnergyLimit)
The maximum block energy limit.
|
ValidatorScoreParameters.ValidatorScoreParametersBuilder |
ValidatorScoreParameters.ValidatorScoreParametersBuilder.maximumMissedRounds(UInt64 maximumMissedRounds)
The maximal number of missed rounds before a validator gets suspended.
|
CooldownInEpochs.CooldownInEpochsBuilder |
CooldownInEpochs.CooldownInEpochsBuilder.numberOfEpochs(UInt64 numberOfEpochs) |
Modifier and Type | Method and Description |
---|---|
UInt64 |
BlockTableSummary.getDeadBlockCacheSize()
The number of blocks in the dead block cache.
|
UInt64 |
ConsensusDetailedStatus.getNonFinalizedTransactionCount()
The number of non-finalized transactions.
|
Modifier and Type | Method and Description |
---|---|
BlockTableSummary.BlockTableSummaryBuilder |
BlockTableSummary.BlockTableSummaryBuilder.deadBlockCacheSize(UInt64 deadBlockCacheSize)
The number of blocks in the dead block cache.
|
ConsensusDetailedStatus.ConsensusDetailedStatusBuilder |
ConsensusDetailedStatus.ConsensusDetailedStatusBuilder.nonFinalizedTransactionCount(UInt64 nonFinalizedTransactionCount)
The number of non-finalized transactions.
|
Modifier and Type | Method and Description |
---|---|
UInt64 |
NetworkInfo.getAvgBpsIn()
Average outbound throughput in bytes per second
|
UInt64 |
NetworkInfo.getAvgBpsOut()
Average inbound throughput in bytes per second
|
UInt64 |
NetworkInfo.getPeerTotalReceived()
Total number of packets received by the node
|
UInt64 |
NetworkInfo.getPeerTotalSent()
Total number of packets sent by the node
|
Modifier and Type | Method and Description |
---|---|
NetworkInfo.NetworkInfoBuilder |
NetworkInfo.NetworkInfoBuilder.avgBpsIn(UInt64 avgBpsIn)
Average outbound throughput in bytes per second
|
NetworkInfo.NetworkInfoBuilder |
NetworkInfo.NetworkInfoBuilder.avgBpsOut(UInt64 avgBpsOut)
Average inbound throughput in bytes per second
|
NetworkInfo.NetworkInfoBuilder |
NetworkInfo.NetworkInfoBuilder.peerTotalReceived(UInt64 peerTotalReceived)
Total number of packets received by the node
|
NetworkInfo.NetworkInfoBuilder |
NetworkInfo.NetworkInfoBuilder.peerTotalSent(UInt64 peerTotalSent)
Total number of packets sent by the node
|
Modifier and Type | Method and Description |
---|---|
UInt64 |
NetworkStats.getLatency()
The connection latency (i.e., ping time) in milliseconds
|
UInt64 |
NetworkStats.getPacketsReceived()
The number of messages received from the peer
Packets are blocks, transactions, catchup messages, finalization records
and network messages such as pings and peer requests
|
UInt64 |
NetworkStats.getPacketsSent()
The number of messages sent to the peer.
|
Modifier and Type | Method and Description |
---|---|
NetworkStats.NetworkStatsBuilder |
NetworkStats.NetworkStatsBuilder.latency(UInt64 latency)
The connection latency (i.e., ping time) in milliseconds
|
NetworkStats.NetworkStatsBuilder |
NetworkStats.NetworkStatsBuilder.packetsReceived(UInt64 packetsReceived)
The number of messages received from the peer
Packets are blocks, transactions, catchup messages, finalization records
and network messages such as pings and peer requests
|
NetworkStats.NetworkStatsBuilder |
NetworkStats.NetworkStatsBuilder.packetsSent(UInt64 packetsSent)
The number of messages sent to the peer.
|
Modifier and Type | Method and Description |
---|---|
UInt64 |
CurrentPaydayStatus.getBlocksBaked()
The number of blocks baked in the current reward period.
|
Modifier and Type | Method and Description |
---|---|
Optional<UInt64> |
CurrentPaydayStatus.getMissedRounds() |
Modifier and Type | Method and Description |
---|---|
CurrentPaydayStatus.CurrentPaydayStatusBuilder |
CurrentPaydayStatus.CurrentPaydayStatusBuilder.blocksBaked(UInt64 blocksBaked)
The number of blocks baked in the current reward period.
|
CurrentPaydayStatus.CurrentPaydayStatusBuilder |
CurrentPaydayStatus.CurrentPaydayStatusBuilder.missedRounds(UInt64 missedRounds)
The number of missed rounds in the current reward period.
|
Modifier and Type | Method and Description |
---|---|
static UInt64 |
Payload.calculateEnergyCost(int noOfSignatures,
int payloadSize,
UInt64 transactionSpecificCost)
Calculate the total energy cost of a transaction.
|
UInt64 |
UpdateInstructionTransactionHeader.getEffectiveTime() |
UInt64 |
TransactionHeader.getExpiry() |
UInt64 |
TransactionExpiry.getExpiry() |
UInt64 |
TransferToPublic.getIndex()
The index such that the encrypted amount used in the transfer represents
the aggregate of all encrypted amounts with indices < `index` existing
on the account at the time.
|
UInt64 |
EncryptedAmountTransferData.getIndex()
The index such that the encrypted amount used in the transfer represents
the aggregate of all encrypted amounts with indices < `index` existing
on the account at the time.
|
UInt64 |
EncryptedAmountIndex.getIndex()
An index that represents which encrypted amounts have been combined into an
associated encrypted amount.
|
UInt64 |
TransactionHeader.getMaxEnergyCost() |
UInt64 |
UpdateInstructionTransactionHeader.getSequenceNumber() |
UInt64 |
UpdateInstructionTransactionHeader.getTimeout() |
UInt64 |
Expiry.getValue() |
UInt64 |
CCDAmount.getValue() |
UInt64 |
TransactionTypeCost.getValue()
The cost of the transaction
|
Modifier and Type | Method and Description |
---|---|
static UInt64 |
Payload.calculateEnergyCost(int noOfSignatures,
int payloadSize,
UInt64 transactionSpecificCost)
Calculate the total energy cost of a transaction.
|
UpdateInstructionTransactionHeader.UpdateInstructionTransactionHeaderBuilder |
UpdateInstructionTransactionHeader.UpdateInstructionTransactionHeaderBuilder.effectiveTime(UInt64 effectiveTime) |
TransactionHeader.TransactionHeaderBuilder |
TransactionHeader.TransactionHeaderBuilder.expiry(@NonNull UInt64 expiry) |
TransactionHeader.TransactionHeaderExplicitMaxEnergyBuilder |
TransactionHeader.TransactionHeaderExplicitMaxEnergyBuilder.expiry(@NonNull UInt64 expiry) |
TransactionHeader.TransactionHeaderImmutableBuilder |
TransactionHeader.TransactionHeaderImmutableBuilder.expiry(UInt64 expiry) |
CredentialDeploymentTransaction.CredentialDeploymentTransactionBuilder |
CredentialDeploymentTransaction.CredentialDeploymentTransactionBuilder.expiry(UInt64 expiry) |
static DeployModuleTransaction |
DeployModuleTransaction.from(AccountAddress sender,
Nonce nonce,
Expiry expiry,
TransactionSigner signer,
WasmModule module,
UInt64 maxEnergyCost) |
static TransactionHeader |
TransactionHeader.from(AccountAddress sender,
Nonce nonce,
UInt64 expiry,
UInt64 maxEnergyCost,
UInt32 payloadSize)
Creates a new Account
TransactionHeader . |
static TransferToPublicTransaction |
TransferToPublicTransaction.from(EncryptedAmount remainingAmount,
CCDAmount transferAmount,
UInt64 index,
SecToPubAmountTransferProof proof,
AccountAddress sender,
Nonce nonce,
Expiry expiry,
TransactionSigner signer) |
static InitContractTransaction |
InitContractTransaction.from(InitContractPayload payload,
AccountAddress sender,
Nonce nonce,
Expiry expiry,
TransactionSigner signer,
UInt64 maxEnergyCost) |
static CredentialDeploymentTransaction |
CredentialDeploymentTransaction.from(UInt64 expiry,
byte[] payloadBytes)
Creates an instance of
CredentialDeploymentTransaction . |
static UpdateContractTransaction |
UpdateContractTransaction.from(UpdateContract payload,
AccountAddress sender,
Nonce nonce,
Expiry expiry,
TransactionSigner signer,
UInt64 maxEnergyCost)
Creates a new instance of
UpdateContractTransaction . |
EncryptedAmountTransferData.EncryptedAmountTransferDataBuilder |
EncryptedAmountTransferData.EncryptedAmountTransferDataBuilder.index(UInt64 index)
The index such that the encrypted amount used in the transfer represents
the aggregate of all encrypted amounts with indices < `index` existing
on the account at the time.
|
TransferToPublicTransaction.TransferToPublicTransactionBuilder |
TransferToPublicTransaction.TransferToPublicTransactionBuilder.index(@NonNull UInt64 index) |
UpdateContractTransaction.UpdateContractTransactionBuilder |
UpdateContractTransaction.UpdateContractTransactionBuilder.maxEnergyCost(UInt64 maxEnergyCost) |
TransactionHeader.TransactionHeaderExplicitMaxEnergyBuilder |
TransactionHeader.TransactionHeaderExplicitMaxEnergyBuilder.maxEnergyCost(@NonNull UInt64 maxEnergyCost) |
TransactionHeader.TransactionHeaderImmutableBuilder |
TransactionHeader.TransactionHeaderImmutableBuilder.maxEnergyCost(UInt64 maxEnergyCost) |
InitContractTransaction.InitContractTransactionBuilder |
InitContractTransaction.InitContractTransactionBuilder.maxEnergyCost(UInt64 maxEnergyCost) |
DeployModuleTransaction.DeployModuleTransactionBuilder |
DeployModuleTransaction.DeployModuleTransactionBuilder.maxEnergyCost(UInt64 maxEnergyCost) |
UpdateInstructionTransactionHeader.UpdateInstructionTransactionHeaderBuilder |
UpdateInstructionTransactionHeader.UpdateInstructionTransactionHeaderBuilder.sequenceNumber(UInt64 sequenceNumber) |
void |
TransactionHeader.setMaxEnergyCost(UInt64 maxEnergyCost) |
UpdateInstructionTransactionHeader.UpdateInstructionTransactionHeaderBuilder |
UpdateInstructionTransactionHeader.UpdateInstructionTransactionHeaderBuilder.timeout(UInt64 timeout) |
Constructor and Description |
---|
TransferToPublic(EncryptedAmount remainingAmount,
CCDAmount transferAmount,
UInt64 index,
SecToPubAmountTransferProof proof) |
Modifier and Type | Method and Description |
---|---|
static UInt64 |
UInt64.from(byte[] valueBytes) |
static UInt64 |
UInt64.from(long value) |
static UInt64 |
UInt64.from(String value) |
static UInt64 |
UInt64.fromBytes(ByteBuffer source) |
UInt64 |
AbsoluteBlockHeight.getHeight() |
UInt64 |
Nonce.getValue()
The underlying value
|
Modifier and Type | Method and Description |
---|---|
int |
UInt64.compareTo(UInt64 other) |
static AbsoluteBlockHeight |
AbsoluteBlockHeight.from(UInt64 height) |
static <T> ConversionResult<T> |
ConversionResult.from(UInt64 numerator,
UInt64 denominator) |
Constructor and Description |
---|
AbsoluteBlockHeight(UInt64 height) |
Copyright © 2025. All rights reserved.