Interface IWalletCreateResponse

Return interface for the Wallet.walletCreate method.

interface IWalletCreateResponse {
    storageDescriptor: IStorageDescriptor;
    walletDescriptor: IWalletDescriptor;
}

Properties

storageDescriptor: IStorageDescriptor
walletDescriptor: IWalletDescriptor

Generated using TypeDoc