Preparing search index...
The search index is not available
@synapse/client-sdk
@synapse/client-sdk
SubscriptionConfig
Interface SubscriptionConfig
Configuration options for WebSocket subscriptions.
Author
SteveTheHead
Author
0xArmorer
Since
2.0.0
interface
SubscriptionConfig
{
commitment
?:
Commitment
;
encoding
?:
|
"base58"
|
"base64"
|
"base64+zstd"
|
"jsonParsed"
;
filters
?:
any
[]
;
maxSlotsToWait
?:
number
;
}
Index
Properties
commitment?
encoding?
filters?
max
Slots
To
Wait?
Properties
Optional
commitment
commitment
?:
Commitment
Optional
encoding
encoding
?:
|
"base58"
|
"base64"
|
"base64+zstd"
|
"jsonParsed"
Optional
filters
filters
?:
any
[]
Optional
max
Slots
To
Wait
max
Slots
To
Wait
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
commitment
encoding
filters
max
Slots
To
Wait
@synapse/client-sdk
Loading...
Configuration options for WebSocket subscriptions.
Author
SteveTheHead
Author
0xArmorer
Since
2.0.0