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