Interface IAccountsCreateNewAddressResponse

Return interface for the Wallet.accountsCreateNewAddress method.

interface IAccountsCreateNewAddressResponse {
    address: Address;
}

Properties

Properties

address: Address

Generated using TypeDoc