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
Therefore, I am going to store each version of the object in the SPV NODE and provide the following interface.
GET /objects/:objectid?body=&begin=&end=
- body: body hash, obtained through body's calculate_hash interface, base58 format
- begin: the height of the start block of the query, default is 0
- end: the end block height of the query, default is the latest block height
Returns.
- 404 The corresponding object was not found
- 500 Other errors
- 200 Return Vec, Raw Encode encoding
GET /objects/:objectid?body=&begin=&end=
- body: body hash, obtained through body's calculate_hash interface, base58 format
- begin: the height of the start block of the query, default is 0
- end: the end block height of the query, default is the latest block height
Returns.
- 404 The corresponding object was not found
- 500 Other errors
- 200 Return Vec, Raw Encode encoding
Originally posted by @weiqiushi in #98 (comment)
The text was updated successfully, but these errors were encountered: