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
Copy file name to clipboardExpand all lines: proto-docs/object.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -721,6 +721,7 @@ Replicate RPC request
721
721
| ----- | ---- | ----- | ----------- |
722
722
| object |[Object](#neo.fs.v2.object.Object)|| Object to be replicated. |
723
723
| signature |[neo.fs.v2.refs.Signature](#neo.fs.v2.refs.Signature)|| Signature of `object.object_id.value` field. |
724
+
| sign_object |[bool](#bool)|| Optional flag that requires server side to attach signature of just replicated object to ensure it has been received correctly. Signature must be calculated with a key that corresponds to an exposed to the network map public key of the object receiver. |
724
725
725
726
726
727
<aname="neo.fs.v2.object.ReplicateResponse"></a>
@@ -732,6 +733,7 @@ Replicate RPC response
732
733
| Field | Type | Label | Description |
733
734
| ----- | ---- | ----- | ----------- |
734
735
| status |[neo.fs.v2.status.Status](#neo.fs.v2.status.Status)|| Operation execution status with one of the enumerated codes. |
736
+
| object_signature |[bytes](#bytes)|| Deterministic ECDSA with SHA-256 hashing (RFC 6979) signature of replicated object. Must be attached if request was made with `sign_object` flag set. |
0 commit comments