encryptedData method

Future encryptedData(
  1. BigInt input
)

Implementation

Future<dynamic> encryptedData(BigInt input) async =>
    await _contract.call("encryptedData", [input]);