sendAndConfirmStreamRawTransaction()
sendAndConfirmStreamRawTransaction()
function sendAndConfirmStreamRawTransaction(
connection,
batchItem,
confirmationParams,
throttleParams): Promise<BatchItemResult>;Defined in: utils.ts:144
Sign passed BatchItems with wallet request or KeyPair
Parameters
| Parameter | Type | Description |
|---|---|---|
connection | Connection | Solana web3 connection object. |
batchItem | BatchItem | Signed transaction ready to be send. |
confirmationParams | ConfirmationParams | Confirmation Params that will be used for execution |
throttleParams | ThrottleParams | rate or throttler instance to throttle TX sending - to not spam the blockchain too much |
Returns
Promise<BatchItemResult>
- Returns settled transaction item