File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -1068,12 +1068,21 @@ components:
1068
1068
items :
1069
1069
type : integer
1070
1070
format : int64
1071
+ signed_message :
1072
+ description : |
1073
+ Hash of the protocol message that is signed by the signer
1074
+
1075
+ Optional, allow the aggregator to store this signature for later if it has yet to start to work
1076
+ on the message.
1077
+ type : string
1078
+ format : bytes
1071
1079
example :
1072
1080
{
1073
1081
" entity_type " : { "MithrilStakeDistribution": 246 },
1074
1082
" party_id " : " 1234567890" ,
1075
1083
" signature " : " 7b2c36322c3130352c3232322c31302c3131302c33312c37312c39372c22766b223a5b3136342c2c31393137352c313834" ,
1076
- " indexes " : [25, 35]
1084
+ " indexes " : [25, 35],
1085
+ " signed_message " : " 07ed7c9e128744c1a4797b7eb34c54823cc7a21fc95c19876122ab4bb0fe796d6bba2bc"
1077
1086
}
1078
1087
1079
1088
ProtocolMessageParts :
You can’t perform that action at this time.
0 commit comments