diff --git a/src/types.ts b/src/types.ts index 6cf9e8ae..6d60a286 100644 --- a/src/types.ts +++ b/src/types.ts @@ -645,6 +645,7 @@ export interface FeePayerInfo { export interface TransactionResponse { id: string; assetId: string; + operation: string; source: TransferPeerPathResponse; destination: TransferPeerPathResponse; amount: number; @@ -705,6 +706,9 @@ export interface FeeInfo { export interface TransactionResponseDestination { amount?: string; amountUSD?: string; + customerRefId?: string; + destinationAddress?: string; + destinationAddressDescription?: string; amlScreeningResult?: AmlScreeningResult; destination?: TransferPeerPathResponse; authorizationInfo?: AuthorizationInfo;