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

    Function witnessRefToBytes

    • Resolve one witness-stack item to bytes.

      • raw bytes pass through;
      • numbers/bigints encode as minimal script-nums;
      • "$param" strings resolve against the program's constructor args;
      • any other string is a function-input name and resolves against callArgs (throws when the input is unbound — e.g. outside a function call).

      Parameters

      Returns Uint8Array