Skip to content

Commit

Permalink
add source address to TransactionResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
yarinvk committed May 30, 2022
1 parent 244d3ad commit 05cf79c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ export interface TransactionResponse {
createdBy: string;
rejectedBy: string;
destinationAddress: string;
sourceAddress?: string;
destinationAddressDescription?: string;
destinationTag: string;
addressType: string;
Expand Down

0 comments on commit 05cf79c

Please sign in to comment.