• Signs and sends the transactions returned by createLaunch.

    Transactions are sent sequentially and each is confirmed before sending the next.

    Returns

    Array of transaction signatures in the same order as the input transactions

    Example

    const createResult = await createLaunch(config, umi, input);
    const signatures = await signAndSendLaunchTransactions(umi, createResult);

    Parameters

    Returns Promise<Uint8Array[]>

Generated using TypeDoc