On this pagesupportedStandards 方法返回支持的NEP标准。所属合约#NativeContractCopy调用示例#请求正文:var result = Contract.Call(nativeHash, "supportedStandards", new object[] { });Copy响应正文:{ "type": "Array", "value": [{ "type": "ByteString", "value": "NEP-17" }, { "type": "ByteString", "value": "NEP-10" }]}Copy响应说明:Array类型:返回支持的NEP标准。其他:失败。