Interface IWalletConfig

interface IWalletConfig {
    encoding?: string | Encoding;
    networkId?: string | NetworkId;
    resident?: boolean;
    resolver?: Resolver;
    url?: string;
}

Properties

encoding?: string | Encoding
networkId?: string | NetworkId
resident?: boolean

resident is a boolean indicating if the wallet should not be stored on the permanent medium.

resolver?: Resolver
url?: string

Generated using TypeDoc