Function encodeTransactionInputs

  • Encode a set of Inputs for inclusion in an encoded transaction including the prefixed number of inputs.

    Format: [CompactUint: input count] [encoded inputs]

    Parameters

    • inputs: Input[]

      the set of inputs to encode

    Returns Uint8Array

Generated using TypeDoc