Interface IAccountsCreateResponse

Return interface for the Wallet.accountsCreate method.

interface IAccountsCreateResponse {
    accountDescriptor: IAccountDescriptor;
}

Properties

accountDescriptor: IAccountDescriptor

Generated using TypeDoc