invoke method
Invoke the script in cipher objects. 在密态数据包上执行计算脚本,SQL等.
Implementation
@MPI(name: "mesh.cipher.invoke")
Future<Uint8List?> invoke(Script script, {Context? ctx}) {
throw UnimplementedError('invoke() has not been implemented.');
}
Invoke the script in cipher objects. 在密态数据包上执行计算脚本,SQL等.
@MPI(name: "mesh.cipher.invoke")
Future<Uint8List?> invoke(Script script, {Context? ctx}) {
throw UnimplementedError('invoke() has not been implemented.');
}