Skip to content

Commit

Permalink
Add types for legacy addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomer Vilensky committed Sep 8, 2020
1 parent 756b1c7 commit 1188875
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,13 @@ export interface DepositAddressResponse {
description?: string;
type: string;
customerRefId?: string;
addressFormat: string;
}

export interface GenerateAddressResponse {
address: string;
tag?: string;
legacyAddress?: string;
}

export interface TransactionArguments {
Expand Down

0 comments on commit 1188875

Please sign in to comment.