Skip to content

Commit

Permalink
Merge pull request #7 from Yuiki/update-AddressUtxoResult
Browse files Browse the repository at this point in the history
update AddressUtxoResult object structure
  • Loading branch information
cgcardona authored Aug 8, 2018
2 parents 60b937b + d231c0a commit d0018ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion typings/Address.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ export declare interface AddressDetailsResult {
}

export declare interface AddressUtxoResult {
address: string;
txid: string;
vout: number;
scriptPubKey: string;
amount: number;
satoshis: number;
height: number;
confirmations: number;
legacyAddress: string;
cashAddress: string;
}

export declare interface AddressUnconfirmedResult {
Expand Down

0 comments on commit d0018ce

Please sign in to comment.