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

    Class ArkadeCashCreateError

    Thrown when Wallet.createCash funds the note but its send call fails after the transaction may already have been submitted.

    The whole value of the note lives in cash: it carries the private key that controls the funded output. If send committed and this error is discarded, the sats are stranded at an address only this token can reach. Callers that cannot rule out a post-submit failure must persist cash — passing it to Wallet.claimCash recovers the funds whether or not the send landed.

    Hierarchy

    • Error
      • ArkadeCashCreateError
    Index

    Constructors

    Properties

    Constructors

    Properties

    cash: string

    The encoded arkadeCash token controlling the funded output.

    cause: unknown

    The original failure from send.