Function hashOutputs

  • Return the proper hashOutputs value for a given a signing serialization type.

    Parameters

    • __namedParameters: {
          correspondingOutput: undefined | Uint8Array;
          signingSerializationType: Uint8Array;
          transactionOutputs: Uint8Array;
      }
    • sha256: {
          hash: ((input) => Uint8Array) & ((input) => Uint8Array);
      } = internalSha256
      • hash: ((input) => Uint8Array) & ((input) => Uint8Array)

    Returns Uint8Array

Generated using TypeDoc