Preparing search index...
The search index is not available
Streamflow SDK
Streamflow SDK
@streamflow/stream
index
SolanaStreamClientOptions
Interface SolanaStreamClientOptions
interface
SolanaStreamClientOptions
{
chain
:
Solana
;
cluster
?:
ICluster
;
clusterUrl
:
string
;
commitment
?:
Commitment
|
ConnectionConfig
;
programId
?:
string
;
sendRate
?:
number
;
sendScheduler
?:
|
PQueue
<
PriorityQueue
,
QueueAddOptions
>
|
SolanaTransactionSchedulingOptions
;
sendThrottler
?:
PQueue
;
}
Index
Properties
chain
cluster?
cluster
Url
commitment?
program
Id?
send
Rate?
send
Scheduler?
send
Throttler?
Properties
chain
chain
:
Solana
Optional
cluster
cluster
?:
ICluster
cluster
Url
clusterUrl
:
string
Optional
commitment
commitment
?:
Commitment
|
ConnectionConfig
Optional
program
Id
programId
?:
string
Optional
send
Rate
sendRate
?:
number
Optional
send
Scheduler
sendScheduler
?:
|
PQueue
<
PriorityQueue
,
QueueAddOptions
>
|
SolanaTransactionSchedulingOptions
Optional
send
Throttler
sendThrottler
?:
PQueue
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chain
cluster
cluster
Url
commitment
program
Id
send
Rate
send
Scheduler
send
Throttler
Streamflow SDK
Loading...