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).
The text was updated successfully, but these errors were encountered:
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
andTimestamp
).The text was updated successfully, but these errors were encountered: