Type alias WalletTemplateWalletData

WalletTemplateWalletData: WalletTemplateVariableBase & {
    description?: string;
    name?: string;
    type: "WalletData";
}

Type declaration

  • Optional description?: string

    A single-line, human readable description for this wallet data.

  • Optional name?: string

    A single-line, Title Case, human-readable name for this wallet data.

  • type: "WalletData"

    The WalletData type provides a static piece of data that should be collected once and stored at the time of wallet creation. WalletData should be persistent for the life of the wallet, rather than changing from locking script to locking script.

    For address-specific data, use AddressData.

Generated using TypeDoc