solana-kotlin
Toggle table of contents
0.3.3
common
Platform filter
common
Switch theme
Search in API
solana-kotlin
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
>