Skip to content

Commit

Permalink
update AddressUtxoResult object structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuiki committed Aug 5, 2018
1 parent 60b937b commit d231c0a
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 d231c0a

Please sign in to comment.