Fix classify.ts lint
This commit is contained in:
parent
51d078cbce
commit
cb5ab7684e
3 changed files with 14 additions and 17 deletions
types
2
types/classify.d.ts
vendored
2
types/classify.d.ts
vendored
|
@ -12,5 +12,5 @@ declare const types: {
|
|||
};
|
||||
declare function classifyOutput(script: Buffer): string;
|
||||
declare function classifyInput(script: Buffer, allowIncomplete: boolean): string;
|
||||
declare function classifyWitness(script: Array<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