Function BoundWitnessJsonSchema
BoundWitnessJsonSchema(): { $id: string; additionalProperties: boolean; properties: { addresses: { items: { type: string }; type: string }; payload_hashes: { items: { type: string }; type: string }; payload_schemas: { items: { type: string }; type: string }; previous_hashes: { items: { nullable: boolean; type: string }; type: string; }; schema: { type: string }; }; required: string[]; type: string;} Returns {
$id: string;
additionalProperties: boolean;
properties: {
addresses: { items: { type: string }; type: string };
payload_hashes: { items: { type: string }; type: string };
payload_schemas: { items: { type: string }; type: string };
previous_hashes: {
items: { nullable: boolean; type: string };
type: string;
};
schema: { type: string };
};
required: string[];
type: string;
}