ledger v0.7.15appendTxInputOn this pageappendTxInput export function appendTxInput( list: TxInput[], input: TxInput, checkUniqueness: boolean ): void Used by TxBodyBuilder.addInput and TxBodyBuilder.addRefInput Arguments 1. list list: TxInput[] 2. input input: TxInput 3. checkUniqueness checkUniqueness: boolean Returns void