getPastVotes method

Future getPastVotes(
  1. String account,
  2. BigInt blockNumber
)

Implementation

Future<dynamic> getPastVotes(String account, BigInt blockNumber) async =>
    await _contract.call("getPastVotes", [account, blockNumber]);