Interface IWalletCreateResponse

Return interface for the Wallet.walletCreate method.

interface IWalletCreateResponse {
    storageDescriptor: string;
    walletDescriptor: WalletDescriptor;
}

Properties

storageDescriptor: string
walletDescriptor: WalletDescriptor

Generated using TypeDoc