You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GetIDs method should return list of IDs and timestamp of corresponding block.
JSON-RPC implementation supports only a single return value (1 value + error to be precise). Because of that, new type has to be introduced (with IDs and Timestamp).
GetIDsmethod should return list of IDs and timestamp of corresponding block.JSON-RPC implementation supports only a single return value (1 value + error to be precise). Because of that, new type has to be introduced (with
IDsandTimestamp).