getBalanceRaw method
Future<JsonRpcContextResponse<u64> >
getBalanceRaw(
- Pubkey pubkey, {
- GetBalanceConfig? config,
inherited
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));