Erik Zhang

Results 162 comments of Erik Zhang

@neo-project/ngd-shanghai

An enumerator can contain any number of elements, and you may have problems converting it to an array.

Can you provide the definition of `myProperties`?

```c# public static bool testCast() { Map myProperties = new(); myProperties["isExist"] = true; bool val = (bool)myProperties["isExist"]; bool test1 = val == true ? true : false; return test1; }...

`Symbol` and `Decimals` must be instance methods because they are abstract. The others are static because static methods are cheaper.

https://github.com/neo-project/neo-modules/blob/603ecec356d4ec675023501cb59c24d1e4ded73b/src/OracleService/OracleService/config.json#L7 We only support JSON as the oracle response.

I think we need a way to get the content-type of NeoFS objects.