ListBalancesResponse

Response message for LiveDataService.ListBalances. Return the total coin balance for all coin types, owned by the address owner.

Properties

Link copied to clipboard
abstract val balances: List<Balance>

The list of coin types and their respective balances.

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

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Link copied to clipboard

Returns the field-presence view for this ListBalancesResponse instance.

Functions

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

Copies the original message, including unknown fields.