Add name attribute to Payments
This commit is contained in:
parent
8bbe7c7178
commit
c403757ce8
23 changed files with 105 additions and 8 deletions
types/payments
1
types/payments/index.d.ts
vendored
1
types/payments/index.d.ts
vendored
|
@ -8,6 +8,7 @@ import { p2sh } from './p2sh';
|
|||
import { p2wpkh } from './p2wpkh';
|
||||
import { p2wsh } from './p2wsh';
|
||||
export interface Payment {
|
||||
name?: string;
|
||||
network?: Network;
|
||||
output?: Buffer;
|
||||
data?: Buffer[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue