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