Exemple #1
0
 public static CompilerVersion GetCompilerVersion(this FlatClient client, string bytecode) => client.GetCompilerVersionAsync(bytecode).RunAndUnwrap();
Exemple #2
0
 public static CompilerVersion GetCompilerVersion(this FlatClient client) => client.GetCompilerVersionAsync().RunAndUnwrap();