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