Interface AuthenticationTemplateAddressData

Hierarchy

Properties

Properties

description?: string

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

name?: string

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

type: "AddressData"

AddressData is the most low-level variable type. It must be collected and stored each time a script is generated (usually, a locking script). AddressData can include any type of data, and can be used in any way.

For more persistent data, use WalletData.

Generated using TypeDoc