GetBalanceRequest

Request message for LiveDataService.GetBalance.

Properties

Link copied to clipboard
abstract val coinType: String?

Required. The type names for the coin (e.g., 0x2::sui::SUI).

Link copied to clipboard
abstract val owner: String?

Required. The owner's Sui address.

Link copied to clipboard

Returns the field-presence view for this GetBalanceRequest instance.

Functions

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

Copies the original message, including unknown fields.