toggle menu
solana-kotlin
0.2.1
common
switch theme
search in API
solana-kotlin
/
net.avianlabs.solana.methods
/
getAccountInfo
get
Account
Info
suspend
fun
SolanaClient
.
getAccountInfo
(
publicKey
:
PublicKey
,
commitment
:
Commitment
?
=
null
)
:
Response
<
Response.RPC
<
AccountInfo
?
>
>