totalAssets method

  1. @override
Future<int> totalAssets(
  1. String contractId
)
override

Implementation

@override
Future<int> totalAssets(String contractId) async {
  return await promiseToFuture(
      js_token_contract.totalAssets(_enrichNetworkUrl(_nodeUrl), contractId));
}