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
It is the list of the fields that the transaction changes.
378
+
The stakeholder MUST NOT sign the transaction when the type of value is not a type that the key expected.
379
+
380
+
The parameters that are not in the new_parameters are kept as the previous value.
381
+
382
+
#### signatures
383
+
`signatures` are the ECDSA signatures of stakeholders.
384
+
The stakeholders should send the signature of `blake256(rlp_encode([ 0xFF, metadata_seq, new_parameters ]))` to the vote initiator if they agree to the change.
385
+
The transaction is valid only if more than half of the stakeholders agree.
386
+
354
387
# Revocation
355
388
356
389
`RequestRevoke` will queue a pending revocation instead of revoking a delegation immediately.
0 commit comments