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

    Interface BridgeResult

    Bridge result

    interface BridgeResult {
        txHash: string;
        messageGuid: string;
        amount: string;
        fromChain: SupportedNetwork;
        toChain: SupportedNetwork;
        estimatedTime: number;
        trackingUrl: string;
    }
    Index

    Properties

    txHash: string

    Source chain transaction hash

    messageGuid: string

    LayerZero message GUID for tracking

    amount: string

    Amount bridged (formatted)

    fromChain: SupportedNetwork

    Source chain

    Destination chain

    estimatedTime: number

    Estimated delivery time in seconds

    trackingUrl: string

    LayerZero Scan URL for tracking