T402 API Reference - v2.8.0
    Preparing search index...

    Interface CrossChainPaymentResult

    Result of cross-chain payment routing

    interface CrossChainPaymentResult {
        bridgeTxHash: `0x${string}`;
        messageGuid: `0x${string}`;
        amountBridged: bigint;
        estimatedReceiveAmount: bigint;
        sourceChain: string;
        destinationChain: string;
        estimatedDeliveryTime: number;
    }
    Index

    Properties

    bridgeTxHash: `0x${string}`

    Bridge transaction hash on source chain

    messageGuid: `0x${string}`

    LayerZero message GUID for tracking

    amountBridged: bigint

    Amount bridged from source chain

    estimatedReceiveAmount: bigint

    Estimated amount to receive on destination

    sourceChain: string

    Source chain name

    destinationChain: string

    Destination chain name

    estimatedDeliveryTime: number

    Estimated delivery time in seconds