toggle menu
solana-kotlin
0.2.1
common
switch theme
search in API
solana-kotlin
/
net.avianlabs.solana.client
/
RpcRequest
Rpc
Request
data
class
RpcRequest
<
T
>
(
val
id
:
Int
?
=
null
,
val
invocation
:
RpcInvocation
<
T
>
)
Members
Constructors
Rpc
Request
Link copied to clipboard
constructor
(
id
:
Int
?
=
null
,
invocation
:
RpcInvocation
<
T
>
)
Properties
id
Link copied to clipboard
val
id
:
Int
?
=
null
invocation
Link copied to clipboard
val
invocation
:
RpcInvocation
<
T
>