Type alias WalletTemplateKey

WalletTemplateKey: WalletTemplateKeyBase & WalletTemplateVariableBase & {
    description?: string;
    name?: string;
    type: "Key";
}

Type declaration

  • Optional description?: string

    A single-line, human readable description for this key.

  • Optional name?: string

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

  • type: "Key"

    The Key type provides fine-grained control over key generation and mapping. Most templates should instead use HdKey.

    Any HD (Hierarchical-Deterministic) derivation must be completed outside of the templating system and provided at the time of use.

Generated using TypeDoc