GetBalanceParameters constructor

GetBalanceParameters({
  1. required String address,
  2. BigInt? blockNumber,
  3. BlockTag? blockTag,
  4. int? chainId,
  5. String? token,
  6. Unit? unit,
})

Implementation

GetBalanceParameters({
  required this.address,
  this.blockNumber,
  this.blockTag,
  this.chainId,
  this.token,
  this.unit,
});