The Account class is a wallet account that can be used to send and receive payments.

Constructors

Properties

balance: any
changeAddress: string
context: UtxoContext
receiveAddress: string
type: string

Methods

  • Parameters

    Returns any

  • Returns void

  • Returns Promise<void>

  • Parameters

    • js_value: any

    Returns Promise<any>

    • Return copy of self without private attributes.

    Returns Object

  • Return stringified version of self.

    Returns string