WalletInfoCallback

This callback is received when wallet info is received from the network.

Constructors

Link copied to clipboard
constructor(packetMsg: IPacketMsg)

Properties

Link copied to clipboard

Gets the balance of the wallet as a 32-bit integer, in cents.

Link copied to clipboard

Gets the delayed (pending) balance of the wallet as a 32-bit integer, in cents.

Link copied to clipboard
val currency: ECurrencyCode

Gets the currency code for this wallet.

Link copied to clipboard

Gets a value indicating whether this instance has wallet data.

Link copied to clipboard
open override var jobID: JobID

Gets or sets the job ID this callback refers to. If it is not a job callback, it will be JobID.INVALID.

Link copied to clipboard

Gets the balance of the wallet as a 64-bit integer, in cents.

Link copied to clipboard

Gets the delayed (pending) balance of the wallet as a 64-bit integer, in cents.