Const
BIP-69 deterministic transaction sorting.
Check if a transaction's inputs and outputs are sorted per BIP-69. Calls Go: txsort.IsSorted() from btcutil/txsort.
Sort transaction inputs and outputs per BIP-69. Returns sorted tx hex. Calls Go: txsort.Sort() from btcutil/txsort.
BIP-69 deterministic transaction sorting.