makeQueryTotalSupplyTx method

Future<Transaction> makeQueryTotalSupplyTx ()

Implementation

Future<Transaction> makeQueryTotalSupplyTx() async {
  var fn = 'totalSupply';
  var b = TxBuilder();
  return b.makeInvokeTx(fn, [], contract);
}