Get desktop application:
View/edit binary Protocol Buffers messages
(message has no fields)
The (inclusive) minimum checkpoint sequence number that the service can answer questions for.
The (inclusive) maximum checkpoint sequence number that the service can answer questions for.
The (inclusive) maximum epoch that the service can answer questions for.
The total number of transactions that have executed on chain by the end of the `max_checkpoint`.
The (inclusive) maximum timestamp that the service can answer questions for, in milliseconds since the Unix epoch.
The gaps between snapshots taken by the service, measured in checkpoints. Accessible checkpoints in the available range are evenly spaced out `stride` checkpoints apart.
Required. The address of the owner whose balances are being requested.
The maximum number of entries to return. The service may return fewer than this value. Consult `sui.rpc.consistent.v1alpha/ServiceConfig` for default and maximum page sizes.
A page token, received from a previous `ListOwnedObjects` call. Provide this to retrieve the next page.
A page token, received from a previous `ListOwnedObjects` call. Provide this to retrieve the previous page.
Whether to fetch the next page from the front or back of the filtered range.
Whether there are more pages before this one.
Whether there are more pages after this one.
Page of balances owned by the specified owner.
Required. Type filter to limit the types of objects listed. Accepts filters by the type's package, module, fully-qualified name, or a type instantiation: - `0x2` - `0x2::coin` - `0x2::coin::Coin` - `0x2::coin::Coin<0x2::sui::SUI>`
The maximum number of entries to return. The service may return fewer than this value. Consult `sui.rpc.consistent.v1alpha/ServiceConfig` for default and maximum page sizes.
A page token, received from a previous `ListOwnedObjects` call. Provide this to retrieve the next page.
A page token, received from a previous `ListOwnedObjects` call. Provide this to retrieve the previous page.
Whether to fetch the next page from the front or back of the filtered range.
Required. The owner kind and address.
Optional type filter to limit the types of objects listed. Accepts filters by the type's package, module, fully-qualified name, or a type instantiation: - `0x2` - `0x2::coin` - `0x2::coin::Coin` - `0x2::coin::Coin<0x2::sui::SUI>`
The maximum number of entries to return. The service may return fewer than this value. Consult `sui.rpc.consistent.v1alpha/ServiceConfig` for default and maximum page sizes.
A page token, received from a previous `ListOwnedObjects` call. Provide this to retrieve the next page.
A page token, received from a previous `ListOwnedObjects` call. Provide this to retrieve the previous page.
Whether to fetch the next page from the front or back of the filtered range.
(message has no fields)
The size of a page if one is not specified in the request.
The maximum number of requests allowed in a batch request.
The maximum size of a page. Responses to requests that specify a size larger than this will be capped to return at most this many elements per page.
Used as response type in: ConsistentService.GetBalance
Used as field type in: ,
Address of the owner whose balance is being reported.
The marker type for the coins being aggregated into this balance, e.g. `0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI`.
/ The total balance for coins of this type, owned by one address, denominated in its smallest unit.
Pagination cursor pointing to this balance entry, if this Balance is part of a paginated response.
The side of the filtered range to fetch the next page from.
Used in: , ,
Used as request type in: ConsistentService.GetBalance
Used as field type in:
Required. The address of the owner whose balance is being requested.
Required. The marker type for the coins being aggregated into this balance, e.g. `0x2::sui::SUI`.
Used as response type in: ConsistentService.ListObjectsByType, ConsistentService.ListOwnedObjects
Whether there are more pages before this one.
Whether there are more pages after this one.
Page of objects owned by the specified owner.
Used in:
Enum of different types of ownership for an object.
Used in:
Address or ObjectId of the owner
Used in: