nonces method

Future nonces(
  1. String owner
)

Implementation

Future<dynamic> nonces(String owner) async =>
    await _contract.call("nonces", [owner]);