getParsedAccountInfo method
Returns all information associated with the account of the provided pubkey
. with AccountEncoding.jsonParsed.
Implementation
Future<AccountInfo?> getParsedAccountInfo(
final Pubkey pubkey, {
final GetParsedAccountInfoConfig? config,
}) =>
getAccountInfo(pubkey, config: config);