reveal method

Future reveal(
  1. BigInt index,
  2. String key
)

Implementation

Future<dynamic> reveal(BigInt index, String key) async =>
    await _contract.send("reveal", [index, key]);