Decodes the script data used when calling programs to deduce the amount, asset ID, contract ID, function selector and function arguments passed.

  • Parameters

    • scriptData: Uint8Array<ArrayBufferLike>

      the script data to decode.

    • Optionalabi: JsonAbi

      the abi used for the call, to deduce arguments (optional).

    Returns DecodedScriptData

    the decoded script data.