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

    Interface BridgeResult

    Result of a bridge transaction

    interface BridgeResult {
        txHash: `0x${string}`;
        messageGuid: `0x${string}`;
        amountSent: bigint;
        amountToReceive: bigint;
        fromChain: string;
        toChain: string;
        estimatedTime: number;
    }
    Index

    Properties

    txHash: `0x${string}`

    Transaction hash on source chain

    messageGuid: `0x${string}`

    LayerZero message GUID

    amountSent: bigint

    Amount sent

    amountToReceive: bigint

    Amount to be received on destination

    fromChain: string

    Source chain

    toChain: string

    Destination chain

    estimatedTime: number

    Estimated completion time in seconds