getAccountInfo

suspend fun SolanaClient.getAccountInfo(publicKey: PublicKey, commitment: Commitment? = null): Response<Response.RPC<AccountInfo?>>