Fix P2PK payment lint
This commit is contained in:
parent
4054f3ae87
commit
8d5d78431c
4 changed files with 20 additions and 18 deletions
types/payments
1
types/payments/index.d.ts
vendored
1
types/payments/index.d.ts
vendored
|
@ -29,4 +29,5 @@ export interface PaymentOpts {
|
|||
}
|
||||
export declare type StackElement = Buffer | number;
|
||||
export declare type Stack = StackElement[];
|
||||
export declare type StackFunction = () => Stack;
|
||||
export { embed, p2ms, p2pk, p2pkh, p2sh, p2wpkh, p2wsh };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue