Signs and sends the transactions returned by createLaunch.
Transactions are sent sequentially and each is confirmed before sending the next.
Array of transaction signatures in the same order as the input transactions
const createResult = await createLaunch(config, umi, input);const signatures = await signAndSendLaunchTransactions(umi, createResult);
Umi instance configured with the signer identity and RPC
The response from createLaunch
Optional
Optional confirmation settings
Generated using TypeDoc
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