Fix P2PK payment lint

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

View file

@ -31,6 +31,7 @@ export interface PaymentOpts {
export type StackElement = Buffer | number;
export type Stack = StackElement[];
export type StackFunction = () => Stack;
export { embed, p2ms, p2pk, p2pkh, p2sh, p2wpkh, p2wsh };