menu
dart_solana_adapter package
documentation
solana/core/connection.dart
Connection
getAccountInfo method
getAccountInfo method
dark_mode
light_mode
getAccountInfo
method
Future
<
AccountInfo
>
getAccountInfo
(
PublicKey
publicKey
,
String
?
commitment
)
Implementation
external Future<AccountInfo> getAccountInfo( PublicKey publicKey, String? commitment);
dart_solana_adapter package
documentation
solana/core/connection
Connection
getAccountInfo method
Connection class