RPC_ Checkpoint_ Fields
data class RPC_Checkpoint_Fields(val digest: String?, val epoch: RPC_Checkpoint_Fields.Epoch?, val rollingGasSummary: RPC_Checkpoint_Fields.RollingGasSummary?, val networkTotalTransactions: Any?, val previousCheckpointDigest: String?, val sequenceNumber: Any, val timestamp: Any?, val validatorSignatures: RPC_Checkpoint_Fields.ValidatorSignatures?, val transactions: RPC_Checkpoint_Fields.Transactions?, val endOfEpoch: RPC_Checkpoint_Fields.EndOfEpoch?) : Fragment.Data
Constructors
Link copied to clipboard
constructor(digest: String?, epoch: RPC_Checkpoint_Fields.Epoch?, rollingGasSummary: RPC_Checkpoint_Fields.RollingGasSummary?, networkTotalTransactions: Any?, previousCheckpointDigest: String?, sequenceNumber: Any, timestamp: Any?, validatorSignatures: RPC_Checkpoint_Fields.ValidatorSignatures?, transactions: RPC_Checkpoint_Fields.Transactions?, endOfEpoch: RPC_Checkpoint_Fields.EndOfEpoch?)
Types
Link copied to clipboard
data class ActiveValidators(val pageInfo: RPC_Checkpoint_Fields.PageInfo1, val nodes: List<RPC_Checkpoint_Fields.Node3>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Epoch1(val validatorSet: RPC_Checkpoint_Fields.ValidatorSet?, val protocolConfigs: RPC_Checkpoint_Fields.ProtocolConfigs?, val epochId: Any)
Link copied to clipboard
data class Kind(val __typename: String, val onEndOfEpochTransaction: RPC_Checkpoint_Fields.OnEndOfEpochTransaction?)
Link copied to clipboard
Link copied to clipboard
data class Node2(val __typename: String, val onChangeEpochTransaction: RPC_Checkpoint_Fields.OnChangeEpochTransaction?)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class RollingGasSummary(val computationCost: Any?, val storageCost: Any?, val storageRebate: Any?, val nonRefundableStorageFee: Any?)
Link copied to clipboard
data class Transactions(val pageInfo: RPC_Checkpoint_Fields.PageInfo, val nodes: List<RPC_Checkpoint_Fields.Node>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard
The epoch that this checkpoint is part of.
Link copied to clipboard
The total number of transactions in the network by the end of this checkpoint.
Link copied to clipboard
The digest of the previous checkpoint's summary.
Link copied to clipboard
The computation cost, storage cost, storage rebate, and non-refundable storage fee accumulated during this epoch, up to and including this checkpoint. These values increase monotonically across checkpoints in the same epoch, and reset on epoch boundaries.
Link copied to clipboard
The checkpoint's position in the total order of finalized checkpoints, agreed upon by consensus.
Link copied to clipboard
Link copied to clipboard
The aggregation of signatures from a quorum of validators for the checkpoint proposal.