ListBalancesRequest

Request message for LiveDataService.ListBalances.

Properties

Link copied to clipboard
abstract val owner: String?

Required. The owner's Sui address.

Link copied to clipboard
abstract val pageSize: <Error class: unknown class>?

The maximum number of balance entries to return. The service may return fewer than this value. If unspecified, at most 50 entries will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Link copied to clipboard
abstract val pageToken: <Error class: unknown class>?

A page token, received from a previous ListBalances call. Provide this to retrieve the subsequent page.

Link copied to clipboard

Returns the field-presence view for this ListBalancesRequest instance.

Functions

Link copied to clipboard
fun ListBalancesRequest.copy(body: <Error class: unknown class>.() -> Unit = {}): ListBalancesRequest

Copies the original message, including unknown fields.