toggle menu
solana-kotlin
0.2.1
common
switch theme
search in API
solana-kotlin
/
net.avianlabs.solana.client
/
Response
/
RPC
/
Context
Context
@
Serializable
data
class
Context
(
val
slot
:
ULong
,
val
apiVersion
:
String
?
)
Members
Constructors
Context
Link copied to clipboard
constructor
(
slot
:
ULong
,
apiVersion
:
String
?
)
Properties
api
Version
Link copied to clipboard
val
apiVersion
:
String
?
slot
Link copied to clipboard
val
slot
:
ULong