Hierarchy

  • RelayData

Properties

error: any
fee: {
    amount: number;
    symbol: string;
}

Type declaration

  • amount: number
  • symbol: string
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: {
    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
status: string
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
vaa: string

Generated using TypeDoc