menu
octacore_alpha package
documentation
application_layer/drop/Token.dart
Token
getVotes method
getVotes method
dark_mode
light_mode
getVotes
method
Future
getVotes
(
String
account
)
Implementation
Future<dynamic> getVotes(String account) async => await _contract.call("getVotes", [account]);
octacore_alpha package
documentation
application_layer/drop/Token
Token
getVotes method
Token class