• Gets the bytes of a VAA for a given WormholeMessageId or null if the VAA is not available yet.

    Parameters

    • apiUrl: string

      the url of the wormholescan API

    • whm: WormholeMessageId

      the WormholeMessageId

    Returns Promise<Uint8Array | null>

    a Uint8Array containing the VAA or null if it's not available yet

    Throws

    Errors if the service throws an unrecoverable error (e.g. 500)

Generated using TypeDoc