Type alias WalletTemplateVariableBase

WalletTemplateVariableBase: {
    description?: string;
    name?: string;
    type: string;
}

Type declaration

  • Optional description?: string

    A single-line, human readable description for this variable (for use in user interfaces).

  • Optional name?: string

    A single-line, Title Case, human-readable name for this variable (for use in user interfaces).

  • type: string

Generated using TypeDoc