We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
signer_registration_protocol
cardano_transactions_signing_config
EpochSettingsMessage
1 parent c93b35b commit f57be30Copy full SHA for f57be30
openapi.yaml
@@ -995,11 +995,11 @@ components:
995
- epoch
996
- current_signers
997
- next_signers
998
- - signer_registration_protocol
999
properties:
1000
epoch:
1001
$ref: "#/components/schemas/Epoch"
1002
signer_registration_protocol:
+ deprecated: true
1003
$ref: "#/components/schemas/ProtocolParameters"
1004
current_signers:
1005
type: array
@@ -1010,6 +1010,7 @@ components:
1010
items:
1011
$ref: "#/components/schemas/Signer"
1012
cardano_transactions_signing_config:
1013
1014
$ref: "#/components/schemas/CardanoTransactionsSigningConfig"
1015
examples:
1016
- {
0 commit comments