UNPKG

@btc-vision/transaction

Version:

OPNet transaction library allows you to create and sign transactions for the OPNet network.

7 lines 266 B
/** * Convert witness stack to script witness buffer * @param {Uint8Array[]} witness - The witness stack * @returns {Uint8Array} */ export declare function witnessStackToScriptWitness(witness: Uint8Array[]): Uint8Array; //# sourceMappingURL=WitnessUtils.d.ts.map