Skip to content

Commit

Permalink
Merge pull request #94 from fireblocks/fix-add-source-address
Browse files Browse the repository at this point in the history
add source address to TransactionResponse
  • Loading branch information
yarinvak authored May 30, 2022
2 parents 43adb93 + 05cf79c commit 4695a15
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 4695a15

Please sign in to comment.