Interface IWalletDescriptor

Wallet storage information.

interface IWalletDescriptor {
    filename?: string;
    title?: string;
}

Properties

Properties

filename?: string
title?: string

Generated using TypeDoc