SolanaUnSubscribeRpcMethods class
A class containing constants representing various Solana Webosocket subscribe methods.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- accountUnsubscribe → const SolanaUnSubscribeRpcMethods
- blockUnsubscribe → const SolanaUnSubscribeRpcMethods
- logsUnsubscribe → const SolanaUnSubscribeRpcMethods
- programUnsubscribe → const SolanaUnSubscribeRpcMethods
- rootUnsubscribe → const SolanaUnSubscribeRpcMethods
- signatureUnsubscribe → const SolanaUnSubscribeRpcMethods
- slotsUpdatesUnsubscribe → const SolanaUnSubscribeRpcMethods
- slotUnsubscribe → const SolanaUnSubscribeRpcMethods
- voteUnsubscribe → const SolanaUnSubscribeRpcMethods