• Decode the first Genesis event emitted by a transaction using the provided event serializer.

    Example

    const event = await decodeGenesisEvent(
    umi,
    tx.signature,
    getLaunchPoolFlowEventSerializer()
    );

    Type Parameters

    • F

    • T

    Parameters

    Returns Promise<T | undefined>

Generated using TypeDoc