getBalanceRaw method
Returns the balance of the account of provided pubkey
Implementation
Future<JsonRpcContextResponse<u64>> getBalanceRaw(
final Pubkey pubkey, {
final GetBalanceConfig? config,
}) => send(GetBalance(pubkey, config: config));
Returns the balance of the account of provided pubkey
Future<JsonRpcContextResponse<u64>> getBalanceRaw(
final Pubkey pubkey, {
final GetBalanceConfig? config,
}) => send(GetBalance(pubkey, config: config));