Replace `'[uint384]'` with Signature
This commit is contained in:
parent
8d5fd404a7
commit
b515683e39
|
@ -279,11 +279,11 @@ Unless otherwise indicated, code appearing in `this style` is to be interpreted
|
||||||
# First proposal data
|
# First proposal data
|
||||||
'proposal_data_1': ProposalSignedData,
|
'proposal_data_1': ProposalSignedData,
|
||||||
# First proposal signature
|
# First proposal signature
|
||||||
'proposal_signature_1': '[uint384]',
|
'proposal_signature_1': Signature,
|
||||||
# Second proposal data
|
# Second proposal data
|
||||||
'proposal_data_2': ProposalSignedData,
|
'proposal_data_2': ProposalSignedData,
|
||||||
# Second proposal signature
|
# Second proposal signature
|
||||||
'proposal_signature_2': '[uint384]',
|
'proposal_signature_2': Signature,
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -422,7 +422,7 @@ Unless otherwise indicated, code appearing in `this style` is to be interpreted
|
||||||
# Index of the exiting validator
|
# Index of the exiting validator
|
||||||
'validator_index': 'uint24',
|
'validator_index': 'uint24',
|
||||||
# Validator signature
|
# Validator signature
|
||||||
'signature': '[uint384]',
|
'signature': Signature,
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue