getSbpVoteList<T> method

  1. @override
Future<List<T>> getSbpVoteList<T>()
inherited

Implementation

@override
Future<List<T>> getSbpVoteList<T>() =>
    makeTypedListRpcCall('contract_getSBPVoteList');