anza-xyz / wallet-standard

Solana extensions to the Wallet Standard.
Apache License 2.0
80 stars 42 forks source link

Add `waitForCommitmentToSendNextTransaction` to `SolanaSignAndSendTransactionOptions` #35

Closed 0xproflupin closed 10 months ago

0xproflupin commented 10 months ago

This PR adds waitForCommitmentToSendNextTransaction to SolanaSignAndSendTransactionOptions.

This is to support serial transaction submission using solana:signAndSendTransaction.

0xproflupin commented 10 months ago

I'll be closing this PR for now and will continue the discussion regarding serial submissions at a later point, when we have a better understanding of dapp requirements and use-cases of this submission type.