Move tests to TypeScript (coverage is still JS based)
This commit is contained in:
parent
11e4a12caf
commit
6c08a0be40
41 changed files with 3920 additions and 2712 deletions
types
4
types/classify.d.ts
vendored
4
types/classify.d.ts
vendored
|
@ -11,6 +11,6 @@ declare const types: {
|
|||
WITNESS_COMMITMENT: string;
|
||||
};
|
||||
declare function classifyOutput(script: Buffer): string;
|
||||
declare function classifyInput(script: Buffer, allowIncomplete: boolean): string;
|
||||
declare function classifyWitness(script: Buffer[], allowIncomplete: boolean): string;
|
||||
declare function classifyInput(script: Buffer, allowIncomplete?: boolean): string;
|
||||
declare function classifyWitness(script: Buffer[], allowIncomplete?: boolean): string;
|
||||
export { classifyInput as input, classifyOutput as output, classifyWitness as witness, types, };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue