Add missing required attributes to Byron's bootstrap witness JSON schema.
See also #285
See also #285
steps: UInt64;
}
export interface BootstrapWitness {
signature?: Signature;
chainCode?: ChainCode | Null;
addressAttributes?: AddressAttributes | Null;
key?: VerificationKey;
signature: Signature;
chainCode: ChainCode | Null;
addressAttributes: AddressAttributes | Null;
key: VerificationKey;
}
export interface Redeemer {
redeemer: RedeemerData;
}
]
, "additionalProperties": false
, "required": [ "signature", "chainCode", "addressAttributes", "key" ]
, "properties":
{ "signature": { "$ref": "ogmios.wsp.json#/definitions/Signature" }
, "chainCode":
By running 'make upgrade' command.
By running 'make upgrade' command.
By running 'cargo update' command.