Skip to main content

compareTxInputs

Tx inputs must be ordered. The following function can be used directly by a js array sort

export function compareTxInputs(
  a: TxInput,
  b: TxInput
): number