Properties
fee
fee: {
amount: number;
symbol: string;
}
Type declaration
-
amount: number
-
symbol: string
from
from: {
amountSent: number;
amountToSwap: number;
chain: string;
chainId: number;
estimatedNativeAssetAmount: number;
senderAddress: string;
symbol: string;
txHash: string;
}
Type declaration
-
amountSent: number
-
amountToSwap: number
-
chain: string
-
chainId: number
-
estimatedNativeAssetAmount: number
-
senderAddress: string
-
symbol: string
-
txHash: string
metrics
metrics: {
attempts: number;
completedAt: string;
failedAt: any;
maxAttempts: number;
receivedAt: string;
waitingForTxInMs: number;
waitingForWalletInMs: number;
}
Type declaration
-
attempts: number
-
completedAt: string
-
failedAt: any
-
maxAttempts: number
-
receivedAt: string
-
waitingForTxInMs: number
-
waitingForWalletInMs: number
to
to: {
chain: string;
chainId: number;
gasUsed: number;
nativeAssetReceived: number;
nativeAssetSymbol: string;
recipientAddress: string;
txHash: string;
}
Type declaration
-
chain: string
-
chainId: number
-
gasUsed: number
-
nativeAssetReceived: number
-
nativeAssetSymbol: string
-
recipientAddress: string
-
txHash: string