@arkade-os/sdk Documentation - v0.4.54
    Preparing search index...

    Class MissingSigningDescriptorError

    Thrown when a descriptor-capable contract (default, delegate, or boarding) cannot be routed to any signer: its owner key (params.pubKey) is not this wallet's baseline signing key, and the record carries no metadata.signingDescriptor to send it to a descriptor-aware signer.

    Note that this can arise also when a contract belongs to a different identity (storage reuse).

    Hierarchy

    • Error
      • MissingSigningDescriptorError
    Index

    Constructors

    Properties

    contractScript: string
    contractType: "default" | "delegate" | "boarding"
    name: "MissingSigningDescriptorError"