totalSupply method

  1. @override
Future<int> totalSupply(
  1. String contractId,
  2. String assetId
)
override

Implementation

@override
Future<int> totalSupply(String contractId, String assetId) {
  throw Exception('Stub implementation');
}