Add name attribute to Payments

This commit is contained in:
junderw 2019-07-11 14:49:26 +09:00
parent 8bbe7c7178
commit c403757ce8
No known key found for this signature in database
GPG key ID: B256185D3A971908
23 changed files with 105 additions and 8 deletions
types/payments

View file

@ -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[];