diff --git a/src/types.ts b/src/types.ts index 514bfdfe..26da5285 100644 --- a/src/types.ts +++ b/src/types.ts @@ -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 {