BalanceChange

interface BalanceChange

The delta, or change, in balance for an address for a particular Coin type.

Properties

Link copied to clipboard
abstract val address: String?

The account address that is affected by this balance change event.

Link copied to clipboard
abstract val amount: String?

The amount or change in balance.

Link copied to clipboard
abstract val coinType: String?

The Coin type of this balance change event.

Link copied to clipboard

Returns the field-presence view for this BalanceChange instance.

Functions

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

Copies the original message, including unknown fields.