XYO Platform SDK - v3.10.6
    Preparing search index...

    Variable BoundWitnessJsonSchemaConst

    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;
    }

    Type declaration

      • (): {
            $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;
        }