@allbridge/bridge-core-sdk
    Preparing search index...

    Interface BridgeTransaction

    interface BridgeTransaction {
        amount: string;
        amountFormatted: number;
        blockId: string;
        blockTime: number;
        bridgeContract: string;
        confirmations: number;
        confirmationsNeeded: number;
        destinationChainId: number;
        destinationTokenAddress: string;
        fee: string;
        feeFormatted: number;
        hash: string;
        isClaimable?: boolean;
        messenger: Messenger;
        originDestinationTokenAddress?: string;
        originSourceTokenAddress?: string;
        recipient: string;
        sender: string;
        sourceChainId: number;
        sourceTokenAddress: string;
        stableFee: string;
        stableFeeFormatted: number;
        txId: string;
        virtualAmount: string;
    }
    Index

    Properties

    amount: string
    amountFormatted: number
    blockId: string
    blockTime: number
    bridgeContract: string
    confirmations: number
    confirmationsNeeded: number
    destinationChainId: number
    destinationTokenAddress: string
    fee: string
    feeFormatted: number
    hash: string
    isClaimable?: boolean
    messenger: Messenger
    originDestinationTokenAddress?: string
    originSourceTokenAddress?: string
    recipient: string
    sender: string
    sourceChainId: number
    sourceTokenAddress: string
    stableFee: string
    stableFeeFormatted: number
    txId: string
    virtualAmount: string