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