Preparing search index...
The search index is not available
Streamflow SDK
Streamflow SDK
@streamflow/common
solana
TransactionExecutionParams
Interface TransactionExecutionParams
interface
TransactionExecutionParams
{
sendRate
?:
number
;
sendThrottler
?:
PQueue
<
PriorityQueue
,
QueueAddOptions
>
;
skipSimulation
?:
boolean
;
waitBeforeConfirming
?:
number
;
}
Hierarchy (
View Summary
)
ThrottleParams
TransactionExecutionParams
Index
Properties
send
Rate?
send
Throttler?
skip
Simulation?
wait
Before
Confirming?
Properties
Optional
send
Rate
sendRate
?:
number
Optional
send
Throttler
sendThrottler
?:
PQueue
<
PriorityQueue
,
QueueAddOptions
>
Optional
skip
Simulation
skipSimulation
?:
boolean
Optional
wait
Before
Confirming
waitBeforeConfirming
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
send
Rate
send
Throttler
skip
Simulation
wait
Before
Confirming
Streamflow SDK
Loading...