Beispiel #1
0
 public static DecodedCalldata DecodeCallDataWithByteCode(this FlatClient client, string calldata, string byteCode, DecodeCalldataBytecodeBackend?opts          = null) => client.DecodeCallDataWithByteCodeAsync(calldata, byteCode, opts).RunAndUnwrap();