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