Fix P2PK payment lint
This commit is contained in:
parent
4054f3ae87
commit
8d5d78431c
4 changed files with 20 additions and 18 deletions
ts_src/payments
|
@ -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 };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue