UNPKG

atomicals-js

Version:
7 lines (6 loc) 272 B
/// <reference types="node" /> /** * Helper function that produces a serialized witness script * https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/test/integration/csv.spec.ts#L477 */ export declare function witnessStackToScriptWitness(witness: Buffer[]): Buffer;