Example #1
0
 public static ByteCode Compile(this FlatClient client, string contractCode, string srcFile, object fileSystem, CompileOptsBackend?opts = null) => client.CompileAsync(contractCode, srcFile, fileSystem, opts).RunAndUnwrap();