Fix P2PK payment lint

This commit is contained in:
junderw 2019-03-07 12:47:26 +09:00
commit 8d5d78431c
No known key found for this signature in database
GPG key ID: B256185D3A971908
4 changed files with 20 additions and 18 deletions
types/payments

View file

@ -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 };