Interface IAccountsCreateNewAddressRequest

Argument interface for the Wallet.accountsCreateNewAddress method.

interface IAccountsCreateNewAddressRequest {
    accountId: string;
    addressKind?: string | NewAddressKind;
}

Properties

accountId: string
addressKind?: string | NewAddressKind

Generated using TypeDoc