Interface AuthenticationTemplateWalletData

Hierarchy

Properties

Properties

description?: string

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

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