Skip to content
SwapKit is a powerful suite of tools for building blockchain applications.

accumulative

accumulative(__namedParameters): { fee: number; inputs: (UTXOType | UTXOInputWithScriptType)[]; outputs: TargetOutput[]; } | { fee: number; inputs?: undefined; outputs?: undefined; }

Defined in: toolboxes/src/utxo/helpers/coinselect.ts:28

UTXOCalculateTxSizeParams & object

{ fee: number; inputs: (UTXOType | UTXOInputWithScriptType)[]; outputs: TargetOutput[]; } | { fee: number; inputs?: undefined; outputs?: undefined; }