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