General
Functions
Link copied to clipboard
Fetches the first 4 bytes of the chain's genesis checkpoint digest.
Link copied to clipboard
open suspend override fun getCheckpoint(checkpointId: CheckpointId?): Result<GetCheckpointQuery.Data?, SuiError>
Fetches the details of a specific checkpoint.
Link copied to clipboard
Link copied to clipboard
Fetches details about the current epoch.
Link copied to clipboard
open suspend override fun getLatestCheckpointSequenceNumber(): Result<GetLatestCheckpointSequenceNumberQuery.Data?, SuiError>
Fetches the sequence number of the most recently processed checkpoint.
Link copied to clipboard
open suspend override fun getLatestSuiSystemState(): Result<GetLatestSuiSystemStateQuery.Data?, SuiError>
Fetches the most recent SuiSystemState
object.
Link copied to clipboard
open suspend override fun getProtocolConfig(protocolVersion: Int?): Result<GetProtocolConfigQuery.Data?, SuiError>
Fetches the protocol configuration for a specific version.
Link copied to clipboard
Fetches the current reference gas price for the network.
Link copied to clipboard
open suspend override fun paginateCheckpointTransactionBlocks(id: CheckpointId?, after: String?): Result<PaginateCheckpointTransactionBlocksQuery.Data?, SuiError>
Fetches a paginated list of transaction blocks for a given checkpoint.
Link copied to clipboard
open suspend override fun paginateEpochValidators(id: Long, after: String?): Result<PaginateEpochValidatorsQuery.Data?, SuiError>
Fetches a paginated list of validators for a specific epoch.