getBalance abstract method

Future<BigInt> getBalance(
  1. String address
)

Gets the balance of an address in the native currency's smallest unit. Standardized to BigInt to support diverse precisions.

Implementation

Future<BigInt> getBalance(String address);