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

    Class LayerZeroScanClient

    LayerZero Scan API Client

    Use this client to track the status of cross-chain messages sent via LayerZero.

    Index

    Constructors

    Methods

    • Get messages by wallet address

      Parameters

      • address: string

        Wallet address that initiated messages

      • limit: number = 20

        Maximum number of messages to return (default: 20)

      Returns Promise<LayerZeroMessage[]>

      Array of messages

    • Check if a message has been delivered

      Parameters

      • guid: string

        LayerZero message GUID

      Returns Promise<boolean>

      True if delivered, false otherwise