@aztec/stdlib 5.0.0-nightly.20260518 → 5.0.0-nightly.20260521
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dest/abi/abi.d.ts +106 -1199
- package/dest/abi/abi.d.ts.map +1 -1
- package/dest/abi/abi.js +6 -6
- package/dest/abi/authorization_selector.d.ts +2 -2
- package/dest/abi/authorization_selector.d.ts.map +1 -1
- package/dest/abi/event_selector.d.ts +2 -2
- package/dest/abi/event_selector.d.ts.map +1 -1
- package/dest/abi/function_call.d.ts +7 -25
- package/dest/abi/function_call.d.ts.map +1 -1
- package/dest/abi/note_selector.d.ts +2 -2
- package/dest/abi/note_selector.d.ts.map +1 -1
- package/dest/auth_witness/auth_witness.d.ts +2 -2
- package/dest/auth_witness/auth_witness.d.ts.map +1 -1
- package/dest/avm/avm.d.ts +1724 -10450
- package/dest/avm/avm.d.ts.map +1 -1
- package/dest/avm/avm_accumulated_data.d.ts +22 -86
- package/dest/avm/avm_accumulated_data.d.ts.map +1 -1
- package/dest/avm/avm_circuit_public_inputs.d.ts +180 -932
- package/dest/avm/avm_circuit_public_inputs.d.ts.map +1 -1
- package/dest/avm/avm_proving_request.d.ts +643 -5442
- package/dest/avm/avm_proving_request.d.ts.map +1 -1
- package/dest/avm/public_data_write.d.ts +6 -12
- package/dest/avm/public_data_write.d.ts.map +1 -1
- package/dest/block/block_data.d.ts +9 -34
- package/dest/block/block_data.d.ts.map +1 -1
- package/dest/block/block_parameter.d.ts +4 -4
- package/dest/block/block_parameter.d.ts.map +1 -1
- package/dest/block/in_block.d.ts +5 -24
- package/dest/block/in_block.d.ts.map +1 -1
- package/dest/block/l2_block.d.ts +13 -41
- package/dest/block/l2_block.d.ts.map +1 -1
- package/dest/block/l2_block_info.d.ts +7 -27
- package/dest/block/l2_block_info.d.ts.map +1 -1
- package/dest/block/l2_block_source.d.ts +29 -297
- package/dest/block/l2_block_source.d.ts.map +1 -1
- package/dest/block/proposal/attestations_and_signers.d.ts +9 -27
- package/dest/block/proposal/attestations_and_signers.d.ts.map +1 -1
- package/dest/block/proposal/committee_attestation.d.ts +6 -12
- package/dest/block/proposal/committee_attestation.d.ts.map +1 -1
- package/dest/checkpoint/checkpoint.d.ts +24 -96
- package/dest/checkpoint/checkpoint.d.ts.map +1 -1
- package/dest/checkpoint/checkpoint_data.d.ts +37 -132
- package/dest/checkpoint/checkpoint_data.d.ts.map +1 -1
- package/dest/checkpoint/checkpoint_info.d.ts +7 -23
- package/dest/checkpoint/checkpoint_info.d.ts.map +1 -1
- package/dest/checkpoint/published_checkpoint.d.ts +42 -194
- package/dest/checkpoint/published_checkpoint.d.ts.map +1 -1
- package/dest/config/pipelining-config.d.ts +2 -6
- package/dest/config/pipelining-config.d.ts.map +1 -1
- package/dest/contract/complete_address.d.ts +2 -2
- package/dest/contract/complete_address.d.ts.map +1 -1
- package/dest/contract/contract_deployment_data.d.ts +15 -61
- package/dest/contract/contract_deployment_data.d.ts.map +1 -1
- package/dest/contract/interfaces/contract_class.d.ts +15 -86
- package/dest/contract/interfaces/contract_class.d.ts.map +1 -1
- package/dest/contract/interfaces/contract_instance.d.ts +18 -84
- package/dest/contract/interfaces/contract_instance.d.ts.map +1 -1
- package/dest/contract/interfaces/contract_instance_update.d.ts +6 -26
- package/dest/contract/interfaces/contract_instance_update.d.ts.map +1 -1
- package/dest/contract/interfaces/protocol_contract_addresses.d.ts +2 -12
- package/dest/contract/interfaces/protocol_contract_addresses.d.ts.map +1 -1
- package/dest/database-version/database_version.d.ts +5 -11
- package/dest/database-version/database_version.d.ts.map +1 -1
- package/dest/epoch-helpers/index.d.ts +4 -22
- package/dest/epoch-helpers/index.d.ts.map +1 -1
- package/dest/gas/gas.d.ts +6 -12
- package/dest/gas/gas.d.ts.map +1 -1
- package/dest/gas/gas_fees.d.ts +6 -12
- package/dest/gas/gas_fees.d.ts.map +1 -1
- package/dest/gas/gas_settings.d.ts +24 -82
- package/dest/gas/gas_settings.d.ts.map +1 -1
- package/dest/ha-signing/config.d.ts +6 -47
- package/dest/ha-signing/config.d.ts.map +1 -1
- package/dest/ha-signing/local_config.d.ts +3 -24
- package/dest/ha-signing/local_config.d.ts.map +1 -1
- package/dest/interfaces/allowed_element.d.ts +4 -28
- package/dest/interfaces/allowed_element.d.ts.map +1 -1
- package/dest/interfaces/archiver.d.ts +8 -30
- package/dest/interfaces/archiver.d.ts.map +1 -1
- package/dest/interfaces/archiver.js +217 -41
- package/dest/interfaces/aztec-node-admin.d.ts +42 -305
- package/dest/interfaces/aztec-node-admin.d.ts.map +1 -1
- package/dest/interfaces/aztec-node-admin.js +46 -12
- package/dest/interfaces/aztec-node-debug.js +4 -1
- package/dest/interfaces/aztec-node.d.ts +1 -1
- package/dest/interfaces/aztec-node.d.ts.map +1 -1
- package/dest/interfaces/aztec-node.js +303 -56
- package/dest/interfaces/block_response.d.ts +20 -92
- package/dest/interfaces/block_response.d.ts.map +1 -1
- package/dest/interfaces/chain_tips.d.ts +21 -275
- package/dest/interfaces/chain_tips.d.ts.map +1 -1
- package/dest/interfaces/checkpoint_parameter.d.ts +6 -18
- package/dest/interfaces/checkpoint_parameter.d.ts.map +1 -1
- package/dest/interfaces/checkpoint_response.d.ts +40 -230
- package/dest/interfaces/checkpoint_response.d.ts.map +1 -1
- package/dest/interfaces/configs.d.ts +6 -136
- package/dest/interfaces/configs.d.ts.map +1 -1
- package/dest/interfaces/get_logs_response.d.ts +15 -68
- package/dest/interfaces/get_logs_response.d.ts.map +1 -1
- package/dest/interfaces/l1_publish_info.d.ts +6 -20
- package/dest/interfaces/l1_publish_info.d.ts.map +1 -1
- package/dest/interfaces/p2p-bootstrap.js +8 -2
- package/dest/interfaces/p2p.d.ts +1 -1
- package/dest/interfaces/p2p.d.ts.map +1 -1
- package/dest/interfaces/p2p.js +28 -5
- package/dest/interfaces/prover-agent.d.ts +5 -23
- package/dest/interfaces/prover-agent.d.ts.map +1 -1
- package/dest/interfaces/prover-agent.js +4 -1
- package/dest/interfaces/prover-client.d.ts +6 -27
- package/dest/interfaces/prover-client.d.ts.map +1 -1
- package/dest/interfaces/prover-node.js +22 -8
- package/dest/interfaces/proving-job-source.js +24 -4
- package/dest/interfaces/proving-job.d.ts +736 -5793
- package/dest/interfaces/proving-job.d.ts.map +1 -1
- package/dest/interfaces/proving-job.js +1 -1
- package/dest/interfaces/public_storage_override.d.ts +2 -10
- package/dest/interfaces/public_storage_override.d.ts.map +1 -1
- package/dest/interfaces/slasher.d.ts +15 -57
- package/dest/interfaces/slasher.d.ts.map +1 -1
- package/dest/interfaces/validator.d.ts +28 -217
- package/dest/interfaces/validator.d.ts.map +1 -1
- package/dest/interfaces/world_state.d.ts +2 -2
- package/dest/interfaces/world_state.d.ts.map +1 -1
- package/dest/kernel/private_circuit_public_inputs.d.ts +2 -2
- package/dest/kernel/private_circuit_public_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_circuit_public_inputs.d.ts +2 -2
- package/dest/kernel/private_kernel_circuit_public_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_prover_output.d.ts +3 -29
- package/dest/kernel/private_kernel_prover_output.d.ts.map +1 -1
- package/dest/kernel/private_kernel_tail_circuit_public_inputs.d.ts +2 -2
- package/dest/kernel/private_kernel_tail_circuit_public_inputs.d.ts.map +1 -1
- package/dest/kernel/private_to_avm_accumulated_data.d.ts +20 -66
- package/dest/kernel/private_to_avm_accumulated_data.d.ts.map +1 -1
- package/dest/kernel/private_to_public_kernel_circuit_public_inputs.d.ts +2 -2
- package/dest/kernel/private_to_public_kernel_circuit_public_inputs.d.ts.map +1 -1
- package/dest/kernel/private_to_rollup_accumulated_data.d.ts +2 -2
- package/dest/kernel/private_to_rollup_accumulated_data.d.ts.map +1 -1
- package/dest/kernel/private_to_rollup_kernel_circuit_public_inputs.d.ts +2 -2
- package/dest/kernel/private_to_rollup_kernel_circuit_public_inputs.d.ts.map +1 -1
- package/dest/kernel/public_call_request.d.ts +8 -26
- package/dest/kernel/public_call_request.d.ts.map +1 -1
- package/dest/keys/public_keys.d.ts +8 -18
- package/dest/keys/public_keys.d.ts.map +1 -1
- package/dest/logs/contract_class_log.d.ts +12 -32
- package/dest/logs/contract_class_log.d.ts.map +1 -1
- package/dest/logs/extended_directional_app_tagging_secret.d.ts +3 -9
- package/dest/logs/extended_directional_app_tagging_secret.d.ts.map +1 -1
- package/dest/logs/extended_public_log.d.ts +12 -44
- package/dest/logs/extended_public_log.d.ts.map +1 -1
- package/dest/logs/log_id.d.ts +9 -23
- package/dest/logs/log_id.d.ts.map +1 -1
- package/dest/logs/pre_tag.d.ts +5 -23
- package/dest/logs/pre_tag.d.ts.map +1 -1
- package/dest/logs/private_log.d.ts +5 -11
- package/dest/logs/private_log.d.ts.map +1 -1
- package/dest/logs/tagging_index_range.d.ts +6 -26
- package/dest/logs/tagging_index_range.d.ts.map +1 -1
- package/dest/logs/tx_scoped_l2_log.d.ts +11 -27
- package/dest/logs/tx_scoped_l2_log.d.ts.map +1 -1
- package/dest/messaging/l2_to_l1_message.d.ts +33 -111
- package/dest/messaging/l2_to_l1_message.d.ts.map +1 -1
- package/dest/note/note.d.ts +2 -2
- package/dest/note/note.d.ts.map +1 -1
- package/dest/p2p/consensus_payload.d.ts +6 -16
- package/dest/p2p/consensus_payload.d.ts.map +1 -1
- package/dest/parity/parity_base_private_inputs.d.ts +2 -2
- package/dest/parity/parity_base_private_inputs.d.ts.map +1 -1
- package/dest/parity/parity_public_inputs.d.ts +2 -2
- package/dest/parity/parity_public_inputs.d.ts.map +1 -1
- package/dest/parity/parity_root_private_inputs.d.ts +2 -2
- package/dest/parity/parity_root_private_inputs.d.ts.map +1 -1
- package/dest/proofs/chonk_proof.d.ts +3 -3
- package/dest/proofs/chonk_proof.d.ts.map +1 -1
- package/dest/proofs/recursive_proof.d.ts +2 -2
- package/dest/proofs/recursive_proof.d.ts.map +1 -1
- package/dest/rollup/block_merge_rollup_private_inputs.d.ts +2 -2
- package/dest/rollup/block_merge_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/block_rollup_public_inputs.d.ts +2 -2
- package/dest/rollup/block_rollup_public_inputs.d.ts.map +1 -1
- package/dest/rollup/block_root_rollup_private_inputs.d.ts +6 -6
- package/dest/rollup/block_root_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/checkpoint_merge_rollup_private_inputs.d.ts +2 -2
- package/dest/rollup/checkpoint_merge_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/checkpoint_rollup_public_inputs.d.ts +2 -2
- package/dest/rollup/checkpoint_rollup_public_inputs.d.ts.map +1 -1
- package/dest/rollup/checkpoint_root_rollup_private_inputs.d.ts +5 -5
- package/dest/rollup/checkpoint_root_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/private_tx_base_rollup_private_inputs.d.ts +2 -2
- package/dest/rollup/private_tx_base_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/public_chonk_verifier_private_inputs.d.ts +2 -2
- package/dest/rollup/public_chonk_verifier_private_inputs.d.ts.map +1 -1
- package/dest/rollup/public_chonk_verifier_public_inputs.d.ts +2 -2
- package/dest/rollup/public_chonk_verifier_public_inputs.d.ts.map +1 -1
- package/dest/rollup/public_tx_base_rollup_private_inputs.d.ts +2 -2
- package/dest/rollup/public_tx_base_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/root_rollup_private_inputs.d.ts +2 -2
- package/dest/rollup/root_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/root_rollup_public_inputs.d.ts +2 -2
- package/dest/rollup/root_rollup_public_inputs.d.ts.map +1 -1
- package/dest/rollup/tx_merge_rollup_private_inputs.d.ts +2 -2
- package/dest/rollup/tx_merge_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/tx_rollup_public_inputs.d.ts +2 -2
- package/dest/rollup/tx_rollup_public_inputs.d.ts.map +1 -1
- package/dest/schemas/schemas.d.ts +32 -78
- package/dest/schemas/schemas.d.ts.map +1 -1
- package/dest/schemas/schemas.js +2 -2
- package/dest/slashing/types.d.ts +6 -16
- package/dest/slashing/types.d.ts.map +1 -1
- package/dest/snapshots/types.d.ts +15 -78
- package/dest/snapshots/types.d.ts.map +1 -1
- package/dest/tests/factories.d.ts +1 -8
- package/dest/tests/factories.d.ts.map +1 -1
- package/dest/tests/factories.js +0 -8
- package/dest/trees/append_only_tree_snapshot.d.ts +6 -12
- package/dest/trees/append_only_tree_snapshot.d.ts.map +1 -1
- package/dest/trees/nullifier_leaf.d.ts +18 -42
- package/dest/trees/nullifier_leaf.d.ts.map +1 -1
- package/dest/trees/nullifier_membership_witness.d.ts +16 -59
- package/dest/trees/nullifier_membership_witness.d.ts.map +1 -1
- package/dest/trees/nullifier_membership_witness.js +2 -14
- package/dest/trees/public_data_leaf.d.ts +21 -53
- package/dest/trees/public_data_leaf.d.ts.map +1 -1
- package/dest/trees/public_data_witness.d.ts +16 -58
- package/dest/trees/public_data_witness.d.ts.map +1 -1
- package/dest/tx/call_context.d.ts +4 -14
- package/dest/tx/call_context.d.ts.map +1 -1
- package/dest/tx/capsule.d.ts +2 -2
- package/dest/tx/capsule.d.ts.map +1 -1
- package/dest/tx/function_data.d.ts +4 -10
- package/dest/tx/function_data.d.ts.map +1 -1
- package/dest/tx/global_variables.d.ts +13 -47
- package/dest/tx/global_variables.d.ts.map +1 -1
- package/dest/tx/in_tx.d.ts +5 -17
- package/dest/tx/in_tx.d.ts.map +1 -1
- package/dest/tx/indexed_tx_effect.d.ts +4 -18
- package/dest/tx/indexed_tx_effect.d.ts.map +1 -1
- package/dest/tx/partial_state_reference.d.ts +19 -63
- package/dest/tx/partial_state_reference.d.ts.map +1 -1
- package/dest/tx/private_execution_result.d.ts +6 -16
- package/dest/tx/private_execution_result.d.ts.map +1 -1
- package/dest/tx/profiling.d.ts +54 -352
- package/dest/tx/profiling.d.ts.map +1 -1
- package/dest/tx/protocol_contracts.d.ts +5 -9
- package/dest/tx/protocol_contracts.d.ts.map +1 -1
- package/dest/tx/proven_tx.d.ts +28 -74
- package/dest/tx/proven_tx.d.ts.map +1 -1
- package/dest/tx/simulated_tx.d.ts +30 -118
- package/dest/tx/simulated_tx.d.ts.map +1 -1
- package/dest/tx/state_reference.d.ts +27 -115
- package/dest/tx/state_reference.d.ts.map +1 -1
- package/dest/tx/tree_snapshots.d.ts +24 -82
- package/dest/tx/tree_snapshots.d.ts.map +1 -1
- package/dest/tx/tx_context.d.ts +29 -129
- package/dest/tx/tx_context.d.ts.map +1 -1
- package/dest/tx/tx_hash.d.ts +2 -2
- package/dest/tx/tx_hash.d.ts.map +1 -1
- package/dest/tx/validator/tx_validator.d.ts +5 -15
- package/dest/tx/validator/tx_validator.d.ts.map +1 -1
- package/dest/validators/schemas.d.ts +132 -613
- package/dest/validators/schemas.d.ts.map +1 -1
- package/dest/validators/schemas.js +2 -2
- package/dest/vks/verification_key.d.ts +3 -3
- package/dest/vks/verification_key.d.ts.map +1 -1
- package/dest/world-state/world_state_revision.d.ts +8 -26
- package/dest/world-state/world_state_revision.d.ts.map +1 -1
- package/package.json +9 -9
- package/src/abi/abi.ts +6 -5
- package/src/block/block_parameter.ts +2 -2
- package/src/block/l2_block_source.ts +5 -5
- package/src/interfaces/archiver.ts +59 -54
- package/src/interfaces/aztec-node-admin.ts +14 -11
- package/src/interfaces/aztec-node-debug.ts +1 -1
- package/src/interfaces/aztec-node.ts +143 -118
- package/src/interfaces/p2p-bootstrap.ts +2 -2
- package/src/interfaces/p2p.ts +15 -12
- package/src/interfaces/prover-agent.ts +1 -1
- package/src/interfaces/prover-node.ts +7 -7
- package/src/interfaces/proving-job-source.ts +4 -4
- package/src/interfaces/proving-job.ts +3 -3
- package/src/interfaces/world_state.ts +1 -1
- package/src/schemas/schemas.ts +6 -1
- package/src/tests/factories.ts +0 -10
- package/src/trees/nullifier_membership_witness.ts +2 -12
- package/src/validators/schemas.ts +2 -2
|
@@ -1,650 +1,169 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const ValidatorStatusInSlotSchema: z.ZodEnum<
|
|
2
|
+
export declare const ValidatorStatusInSlotSchema: z.ZodEnum<{
|
|
3
|
+
"attestation-missed": "attestation-missed";
|
|
4
|
+
"attestation-sent": "attestation-sent";
|
|
5
|
+
"blocks-missed": "blocks-missed";
|
|
6
|
+
"checkpoint-mined": "checkpoint-mined";
|
|
7
|
+
"checkpoint-missed": "checkpoint-missed";
|
|
8
|
+
"checkpoint-proposed": "checkpoint-proposed";
|
|
9
|
+
}>;
|
|
3
10
|
export declare const ValidatorStatusHistorySchema: z.ZodArray<z.ZodObject<{
|
|
4
|
-
slot: z.
|
|
5
|
-
status: z.ZodEnum<
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}>, "many">;
|
|
11
|
+
slot: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>, z.ZodTransform<import("@aztec/foundation/schemas").SlotNumber, number>>;
|
|
12
|
+
status: z.ZodEnum<{
|
|
13
|
+
"attestation-missed": "attestation-missed";
|
|
14
|
+
"attestation-sent": "attestation-sent";
|
|
15
|
+
"blocks-missed": "blocks-missed";
|
|
16
|
+
"checkpoint-mined": "checkpoint-mined";
|
|
17
|
+
"checkpoint-missed": "checkpoint-missed";
|
|
18
|
+
"checkpoint-proposed": "checkpoint-proposed";
|
|
19
|
+
}>;
|
|
20
|
+
}, z.core.$strip>>;
|
|
15
21
|
export declare const ValidatorStatusHistorySchemaArray: z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
16
|
-
slot: z.
|
|
17
|
-
status: z.ZodEnum<
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}>, "many">, "many">;
|
|
22
|
+
slot: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>, z.ZodTransform<import("@aztec/foundation/schemas").SlotNumber, number>>;
|
|
23
|
+
status: z.ZodEnum<{
|
|
24
|
+
"attestation-missed": "attestation-missed";
|
|
25
|
+
"attestation-sent": "attestation-sent";
|
|
26
|
+
"blocks-missed": "blocks-missed";
|
|
27
|
+
"checkpoint-mined": "checkpoint-mined";
|
|
28
|
+
"checkpoint-missed": "checkpoint-missed";
|
|
29
|
+
"checkpoint-proposed": "checkpoint-proposed";
|
|
30
|
+
}>;
|
|
31
|
+
}, z.core.$strip>>>;
|
|
27
32
|
export declare const ValidatorStatusHistorySchemaMap: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
28
|
-
slot: z.
|
|
29
|
-
status: z.ZodEnum<
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}>, "many">, "many">>;
|
|
33
|
+
slot: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>, z.ZodTransform<import("@aztec/foundation/schemas").SlotNumber, number>>;
|
|
34
|
+
status: z.ZodEnum<{
|
|
35
|
+
"attestation-missed": "attestation-missed";
|
|
36
|
+
"attestation-sent": "attestation-sent";
|
|
37
|
+
"blocks-missed": "blocks-missed";
|
|
38
|
+
"checkpoint-mined": "checkpoint-mined";
|
|
39
|
+
"checkpoint-missed": "checkpoint-missed";
|
|
40
|
+
"checkpoint-proposed": "checkpoint-proposed";
|
|
41
|
+
}>;
|
|
42
|
+
}, z.core.$strip>>>>;
|
|
39
43
|
export declare const ValidatorStatsSchema: z.ZodObject<{
|
|
40
|
-
address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress,
|
|
44
|
+
address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, string, z.core.$ZodTypeInternals<import("@aztec/foundation/eth-address").EthAddress, string>>;
|
|
41
45
|
lastProposal: z.ZodOptional<z.ZodObject<{
|
|
42
|
-
timestamp: z.
|
|
43
|
-
slot: z.
|
|
46
|
+
timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
|
|
47
|
+
slot: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>, z.ZodTransform<import("@aztec/foundation/schemas").SlotNumber, number>>;
|
|
44
48
|
date: z.ZodString;
|
|
45
|
-
},
|
|
46
|
-
timestamp: bigint;
|
|
47
|
-
slot: number & {
|
|
48
|
-
_branding: "SlotNumber";
|
|
49
|
-
};
|
|
50
|
-
date: string;
|
|
51
|
-
}, {
|
|
52
|
-
timestamp: string | number | bigint;
|
|
53
|
-
slot: string | number | bigint;
|
|
54
|
-
date: string;
|
|
55
|
-
}>>;
|
|
49
|
+
}, z.core.$strip>>;
|
|
56
50
|
lastAttestation: z.ZodOptional<z.ZodObject<{
|
|
57
|
-
timestamp: z.
|
|
58
|
-
slot: z.
|
|
51
|
+
timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
|
|
52
|
+
slot: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>, z.ZodTransform<import("@aztec/foundation/schemas").SlotNumber, number>>;
|
|
59
53
|
date: z.ZodString;
|
|
60
|
-
},
|
|
61
|
-
|
|
62
|
-
slot: number & {
|
|
63
|
-
_branding: "SlotNumber";
|
|
64
|
-
};
|
|
65
|
-
date: string;
|
|
66
|
-
}, {
|
|
67
|
-
timestamp: string | number | bigint;
|
|
68
|
-
slot: string | number | bigint;
|
|
69
|
-
date: string;
|
|
70
|
-
}>>;
|
|
71
|
-
totalSlots: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
54
|
+
}, z.core.$strip>>;
|
|
55
|
+
totalSlots: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
72
56
|
missedProposals: z.ZodObject<{
|
|
73
|
-
currentStreak: z.
|
|
57
|
+
currentStreak: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
74
58
|
rate: z.ZodOptional<z.ZodNumber>;
|
|
75
|
-
count: z.
|
|
76
|
-
total: z.
|
|
77
|
-
},
|
|
78
|
-
currentStreak: number;
|
|
79
|
-
rate?: number | undefined;
|
|
80
|
-
count: number;
|
|
81
|
-
total: number;
|
|
82
|
-
}, {
|
|
83
|
-
currentStreak: string | number | bigint;
|
|
84
|
-
rate?: number | undefined;
|
|
85
|
-
count: string | number | bigint;
|
|
86
|
-
total: string | number | bigint;
|
|
87
|
-
}>;
|
|
59
|
+
count: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
60
|
+
total: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
61
|
+
}, z.core.$strip>;
|
|
88
62
|
missedAttestations: z.ZodObject<{
|
|
89
|
-
currentStreak: z.
|
|
63
|
+
currentStreak: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
90
64
|
rate: z.ZodOptional<z.ZodNumber>;
|
|
91
|
-
count: z.
|
|
92
|
-
total: z.
|
|
93
|
-
},
|
|
94
|
-
currentStreak: number;
|
|
95
|
-
rate?: number | undefined;
|
|
96
|
-
count: number;
|
|
97
|
-
total: number;
|
|
98
|
-
}, {
|
|
99
|
-
currentStreak: string | number | bigint;
|
|
100
|
-
rate?: number | undefined;
|
|
101
|
-
count: string | number | bigint;
|
|
102
|
-
total: string | number | bigint;
|
|
103
|
-
}>;
|
|
65
|
+
count: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
66
|
+
total: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
67
|
+
}, z.core.$strip>;
|
|
104
68
|
history: z.ZodArray<z.ZodObject<{
|
|
105
|
-
slot: z.
|
|
106
|
-
status: z.ZodEnum<
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
}, "strip", z.ZodTypeAny, {
|
|
117
|
-
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
118
|
-
lastProposal?: {
|
|
119
|
-
timestamp: bigint;
|
|
120
|
-
slot: number & {
|
|
121
|
-
_branding: "SlotNumber";
|
|
122
|
-
};
|
|
123
|
-
date: string;
|
|
124
|
-
} | undefined;
|
|
125
|
-
lastAttestation?: {
|
|
126
|
-
timestamp: bigint;
|
|
127
|
-
slot: number & {
|
|
128
|
-
_branding: "SlotNumber";
|
|
129
|
-
};
|
|
130
|
-
date: string;
|
|
131
|
-
} | undefined;
|
|
132
|
-
totalSlots: number;
|
|
133
|
-
missedProposals: {
|
|
134
|
-
currentStreak: number;
|
|
135
|
-
rate?: number | undefined;
|
|
136
|
-
count: number;
|
|
137
|
-
total: number;
|
|
138
|
-
};
|
|
139
|
-
missedAttestations: {
|
|
140
|
-
currentStreak: number;
|
|
141
|
-
rate?: number | undefined;
|
|
142
|
-
count: number;
|
|
143
|
-
total: number;
|
|
144
|
-
};
|
|
145
|
-
history: {
|
|
146
|
-
slot: number & {
|
|
147
|
-
_branding: "SlotNumber";
|
|
148
|
-
};
|
|
149
|
-
status: "attestation-missed" | "attestation-sent" | "blocks-missed" | "checkpoint-mined" | "checkpoint-missed" | "checkpoint-proposed";
|
|
150
|
-
}[];
|
|
151
|
-
}, {
|
|
152
|
-
address: string;
|
|
153
|
-
lastProposal?: {
|
|
154
|
-
timestamp: string | number | bigint;
|
|
155
|
-
slot: string | number | bigint;
|
|
156
|
-
date: string;
|
|
157
|
-
} | undefined;
|
|
158
|
-
lastAttestation?: {
|
|
159
|
-
timestamp: string | number | bigint;
|
|
160
|
-
slot: string | number | bigint;
|
|
161
|
-
date: string;
|
|
162
|
-
} | undefined;
|
|
163
|
-
totalSlots: string | number | bigint;
|
|
164
|
-
missedProposals: {
|
|
165
|
-
currentStreak: string | number | bigint;
|
|
166
|
-
rate?: number | undefined;
|
|
167
|
-
count: string | number | bigint;
|
|
168
|
-
total: string | number | bigint;
|
|
169
|
-
};
|
|
170
|
-
missedAttestations: {
|
|
171
|
-
currentStreak: string | number | bigint;
|
|
172
|
-
rate?: number | undefined;
|
|
173
|
-
count: string | number | bigint;
|
|
174
|
-
total: string | number | bigint;
|
|
175
|
-
};
|
|
176
|
-
history: {
|
|
177
|
-
slot: string | number | bigint;
|
|
178
|
-
status: "attestation-missed" | "attestation-sent" | "blocks-missed" | "checkpoint-mined" | "checkpoint-missed" | "checkpoint-proposed";
|
|
179
|
-
}[];
|
|
180
|
-
}>;
|
|
69
|
+
slot: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>, z.ZodTransform<import("@aztec/foundation/schemas").SlotNumber, number>>;
|
|
70
|
+
status: z.ZodEnum<{
|
|
71
|
+
"attestation-missed": "attestation-missed";
|
|
72
|
+
"attestation-sent": "attestation-sent";
|
|
73
|
+
"blocks-missed": "blocks-missed";
|
|
74
|
+
"checkpoint-mined": "checkpoint-mined";
|
|
75
|
+
"checkpoint-missed": "checkpoint-missed";
|
|
76
|
+
"checkpoint-proposed": "checkpoint-proposed";
|
|
77
|
+
}>;
|
|
78
|
+
}, z.core.$strip>>;
|
|
79
|
+
}, z.core.$strip>;
|
|
181
80
|
export declare const ValidatorsStatsSchema: z.ZodObject<{
|
|
182
81
|
stats: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
183
|
-
address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress,
|
|
82
|
+
address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, string, z.core.$ZodTypeInternals<import("@aztec/foundation/eth-address").EthAddress, string>>;
|
|
184
83
|
lastProposal: z.ZodOptional<z.ZodObject<{
|
|
185
|
-
timestamp: z.
|
|
186
|
-
slot: z.
|
|
84
|
+
timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
|
|
85
|
+
slot: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>, z.ZodTransform<import("@aztec/foundation/schemas").SlotNumber, number>>;
|
|
187
86
|
date: z.ZodString;
|
|
188
|
-
},
|
|
189
|
-
timestamp: bigint;
|
|
190
|
-
slot: number & {
|
|
191
|
-
_branding: "SlotNumber";
|
|
192
|
-
};
|
|
193
|
-
date: string;
|
|
194
|
-
}, {
|
|
195
|
-
timestamp: string | number | bigint;
|
|
196
|
-
slot: string | number | bigint;
|
|
197
|
-
date: string;
|
|
198
|
-
}>>;
|
|
87
|
+
}, z.core.$strip>>;
|
|
199
88
|
lastAttestation: z.ZodOptional<z.ZodObject<{
|
|
200
|
-
timestamp: z.
|
|
201
|
-
slot: z.
|
|
89
|
+
timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
|
|
90
|
+
slot: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>, z.ZodTransform<import("@aztec/foundation/schemas").SlotNumber, number>>;
|
|
202
91
|
date: z.ZodString;
|
|
203
|
-
},
|
|
204
|
-
|
|
205
|
-
slot: number & {
|
|
206
|
-
_branding: "SlotNumber";
|
|
207
|
-
};
|
|
208
|
-
date: string;
|
|
209
|
-
}, {
|
|
210
|
-
timestamp: string | number | bigint;
|
|
211
|
-
slot: string | number | bigint;
|
|
212
|
-
date: string;
|
|
213
|
-
}>>;
|
|
214
|
-
totalSlots: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
92
|
+
}, z.core.$strip>>;
|
|
93
|
+
totalSlots: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
215
94
|
missedProposals: z.ZodObject<{
|
|
216
|
-
currentStreak: z.
|
|
95
|
+
currentStreak: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
217
96
|
rate: z.ZodOptional<z.ZodNumber>;
|
|
218
|
-
count: z.
|
|
219
|
-
total: z.
|
|
220
|
-
},
|
|
221
|
-
currentStreak: number;
|
|
222
|
-
rate?: number | undefined;
|
|
223
|
-
count: number;
|
|
224
|
-
total: number;
|
|
225
|
-
}, {
|
|
226
|
-
currentStreak: string | number | bigint;
|
|
227
|
-
rate?: number | undefined;
|
|
228
|
-
count: string | number | bigint;
|
|
229
|
-
total: string | number | bigint;
|
|
230
|
-
}>;
|
|
97
|
+
count: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
98
|
+
total: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
99
|
+
}, z.core.$strip>;
|
|
231
100
|
missedAttestations: z.ZodObject<{
|
|
232
|
-
currentStreak: z.
|
|
101
|
+
currentStreak: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
233
102
|
rate: z.ZodOptional<z.ZodNumber>;
|
|
234
|
-
count: z.
|
|
235
|
-
total: z.
|
|
236
|
-
},
|
|
237
|
-
currentStreak: number;
|
|
238
|
-
rate?: number | undefined;
|
|
239
|
-
count: number;
|
|
240
|
-
total: number;
|
|
241
|
-
}, {
|
|
242
|
-
currentStreak: string | number | bigint;
|
|
243
|
-
rate?: number | undefined;
|
|
244
|
-
count: string | number | bigint;
|
|
245
|
-
total: string | number | bigint;
|
|
246
|
-
}>;
|
|
103
|
+
count: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
104
|
+
total: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
105
|
+
}, z.core.$strip>;
|
|
247
106
|
history: z.ZodArray<z.ZodObject<{
|
|
248
|
-
slot: z.
|
|
249
|
-
status: z.ZodEnum<
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
slot: number & {
|
|
264
|
-
_branding: "SlotNumber";
|
|
265
|
-
};
|
|
266
|
-
date: string;
|
|
267
|
-
} | undefined;
|
|
268
|
-
lastAttestation?: {
|
|
269
|
-
timestamp: bigint;
|
|
270
|
-
slot: number & {
|
|
271
|
-
_branding: "SlotNumber";
|
|
272
|
-
};
|
|
273
|
-
date: string;
|
|
274
|
-
} | undefined;
|
|
275
|
-
totalSlots: number;
|
|
276
|
-
missedProposals: {
|
|
277
|
-
currentStreak: number;
|
|
278
|
-
rate?: number | undefined;
|
|
279
|
-
count: number;
|
|
280
|
-
total: number;
|
|
281
|
-
};
|
|
282
|
-
missedAttestations: {
|
|
283
|
-
currentStreak: number;
|
|
284
|
-
rate?: number | undefined;
|
|
285
|
-
count: number;
|
|
286
|
-
total: number;
|
|
287
|
-
};
|
|
288
|
-
history: {
|
|
289
|
-
slot: number & {
|
|
290
|
-
_branding: "SlotNumber";
|
|
291
|
-
};
|
|
292
|
-
status: "attestation-missed" | "attestation-sent" | "blocks-missed" | "checkpoint-mined" | "checkpoint-missed" | "checkpoint-proposed";
|
|
293
|
-
}[];
|
|
294
|
-
}, {
|
|
295
|
-
address: string;
|
|
296
|
-
lastProposal?: {
|
|
297
|
-
timestamp: string | number | bigint;
|
|
298
|
-
slot: string | number | bigint;
|
|
299
|
-
date: string;
|
|
300
|
-
} | undefined;
|
|
301
|
-
lastAttestation?: {
|
|
302
|
-
timestamp: string | number | bigint;
|
|
303
|
-
slot: string | number | bigint;
|
|
304
|
-
date: string;
|
|
305
|
-
} | undefined;
|
|
306
|
-
totalSlots: string | number | bigint;
|
|
307
|
-
missedProposals: {
|
|
308
|
-
currentStreak: string | number | bigint;
|
|
309
|
-
rate?: number | undefined;
|
|
310
|
-
count: string | number | bigint;
|
|
311
|
-
total: string | number | bigint;
|
|
312
|
-
};
|
|
313
|
-
missedAttestations: {
|
|
314
|
-
currentStreak: string | number | bigint;
|
|
315
|
-
rate?: number | undefined;
|
|
316
|
-
count: string | number | bigint;
|
|
317
|
-
total: string | number | bigint;
|
|
318
|
-
};
|
|
319
|
-
history: {
|
|
320
|
-
slot: string | number | bigint;
|
|
321
|
-
status: "attestation-missed" | "attestation-sent" | "blocks-missed" | "checkpoint-mined" | "checkpoint-missed" | "checkpoint-proposed";
|
|
322
|
-
}[];
|
|
323
|
-
}>>;
|
|
324
|
-
lastProcessedSlot: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/schemas").SlotNumber, string | number | bigint>>;
|
|
325
|
-
initialSlot: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/schemas").SlotNumber, string | number | bigint>>;
|
|
326
|
-
slotWindow: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
327
|
-
}, "strip", z.ZodTypeAny, {
|
|
328
|
-
stats: Record<string, {
|
|
329
|
-
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
330
|
-
lastProposal?: {
|
|
331
|
-
timestamp: bigint;
|
|
332
|
-
slot: number & {
|
|
333
|
-
_branding: "SlotNumber";
|
|
334
|
-
};
|
|
335
|
-
date: string;
|
|
336
|
-
} | undefined;
|
|
337
|
-
lastAttestation?: {
|
|
338
|
-
timestamp: bigint;
|
|
339
|
-
slot: number & {
|
|
340
|
-
_branding: "SlotNumber";
|
|
341
|
-
};
|
|
342
|
-
date: string;
|
|
343
|
-
} | undefined;
|
|
344
|
-
totalSlots: number;
|
|
345
|
-
missedProposals: {
|
|
346
|
-
currentStreak: number;
|
|
347
|
-
rate?: number | undefined;
|
|
348
|
-
count: number;
|
|
349
|
-
total: number;
|
|
350
|
-
};
|
|
351
|
-
missedAttestations: {
|
|
352
|
-
currentStreak: number;
|
|
353
|
-
rate?: number | undefined;
|
|
354
|
-
count: number;
|
|
355
|
-
total: number;
|
|
356
|
-
};
|
|
357
|
-
history: {
|
|
358
|
-
slot: number & {
|
|
359
|
-
_branding: "SlotNumber";
|
|
360
|
-
};
|
|
361
|
-
status: "attestation-missed" | "attestation-sent" | "blocks-missed" | "checkpoint-mined" | "checkpoint-missed" | "checkpoint-proposed";
|
|
362
|
-
}[];
|
|
363
|
-
}>;
|
|
364
|
-
lastProcessedSlot?: import("@aztec/foundation/schemas").SlotNumber | undefined;
|
|
365
|
-
initialSlot?: import("@aztec/foundation/schemas").SlotNumber | undefined;
|
|
366
|
-
slotWindow: number;
|
|
367
|
-
}, {
|
|
368
|
-
stats: Record<string, {
|
|
369
|
-
address: string;
|
|
370
|
-
lastProposal?: {
|
|
371
|
-
timestamp: string | number | bigint;
|
|
372
|
-
slot: string | number | bigint;
|
|
373
|
-
date: string;
|
|
374
|
-
} | undefined;
|
|
375
|
-
lastAttestation?: {
|
|
376
|
-
timestamp: string | number | bigint;
|
|
377
|
-
slot: string | number | bigint;
|
|
378
|
-
date: string;
|
|
379
|
-
} | undefined;
|
|
380
|
-
totalSlots: string | number | bigint;
|
|
381
|
-
missedProposals: {
|
|
382
|
-
currentStreak: string | number | bigint;
|
|
383
|
-
rate?: number | undefined;
|
|
384
|
-
count: string | number | bigint;
|
|
385
|
-
total: string | number | bigint;
|
|
386
|
-
};
|
|
387
|
-
missedAttestations: {
|
|
388
|
-
currentStreak: string | number | bigint;
|
|
389
|
-
rate?: number | undefined;
|
|
390
|
-
count: string | number | bigint;
|
|
391
|
-
total: string | number | bigint;
|
|
392
|
-
};
|
|
393
|
-
history: {
|
|
394
|
-
slot: string | number | bigint;
|
|
395
|
-
status: "attestation-missed" | "attestation-sent" | "blocks-missed" | "checkpoint-mined" | "checkpoint-missed" | "checkpoint-proposed";
|
|
396
|
-
}[];
|
|
397
|
-
}>;
|
|
398
|
-
lastProcessedSlot?: string | number | bigint | undefined;
|
|
399
|
-
initialSlot?: string | number | bigint | undefined;
|
|
400
|
-
slotWindow: string | number | bigint;
|
|
401
|
-
}>;
|
|
107
|
+
slot: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>, z.ZodTransform<import("@aztec/foundation/schemas").SlotNumber, number>>;
|
|
108
|
+
status: z.ZodEnum<{
|
|
109
|
+
"attestation-missed": "attestation-missed";
|
|
110
|
+
"attestation-sent": "attestation-sent";
|
|
111
|
+
"blocks-missed": "blocks-missed";
|
|
112
|
+
"checkpoint-mined": "checkpoint-mined";
|
|
113
|
+
"checkpoint-missed": "checkpoint-missed";
|
|
114
|
+
"checkpoint-proposed": "checkpoint-proposed";
|
|
115
|
+
}>;
|
|
116
|
+
}, z.core.$strip>>;
|
|
117
|
+
}, z.core.$strip>>;
|
|
118
|
+
lastProcessedSlot: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>, z.ZodTransform<import("@aztec/foundation/schemas").SlotNumber, number>>>;
|
|
119
|
+
initialSlot: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>, z.ZodTransform<import("@aztec/foundation/schemas").SlotNumber, number>>>;
|
|
120
|
+
slotWindow: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
121
|
+
}, z.core.$strip>;
|
|
402
122
|
export declare const SingleValidatorStatsSchema: z.ZodObject<{
|
|
403
123
|
validator: z.ZodObject<{
|
|
404
|
-
address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress,
|
|
124
|
+
address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, string, z.core.$ZodTypeInternals<import("@aztec/foundation/eth-address").EthAddress, string>>;
|
|
405
125
|
lastProposal: z.ZodOptional<z.ZodObject<{
|
|
406
|
-
timestamp: z.
|
|
407
|
-
slot: z.
|
|
126
|
+
timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
|
|
127
|
+
slot: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>, z.ZodTransform<import("@aztec/foundation/schemas").SlotNumber, number>>;
|
|
408
128
|
date: z.ZodString;
|
|
409
|
-
},
|
|
410
|
-
timestamp: bigint;
|
|
411
|
-
slot: number & {
|
|
412
|
-
_branding: "SlotNumber";
|
|
413
|
-
};
|
|
414
|
-
date: string;
|
|
415
|
-
}, {
|
|
416
|
-
timestamp: string | number | bigint;
|
|
417
|
-
slot: string | number | bigint;
|
|
418
|
-
date: string;
|
|
419
|
-
}>>;
|
|
129
|
+
}, z.core.$strip>>;
|
|
420
130
|
lastAttestation: z.ZodOptional<z.ZodObject<{
|
|
421
|
-
timestamp: z.
|
|
422
|
-
slot: z.
|
|
131
|
+
timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
|
|
132
|
+
slot: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>, z.ZodTransform<import("@aztec/foundation/schemas").SlotNumber, number>>;
|
|
423
133
|
date: z.ZodString;
|
|
424
|
-
},
|
|
425
|
-
|
|
426
|
-
slot: number & {
|
|
427
|
-
_branding: "SlotNumber";
|
|
428
|
-
};
|
|
429
|
-
date: string;
|
|
430
|
-
}, {
|
|
431
|
-
timestamp: string | number | bigint;
|
|
432
|
-
slot: string | number | bigint;
|
|
433
|
-
date: string;
|
|
434
|
-
}>>;
|
|
435
|
-
totalSlots: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
134
|
+
}, z.core.$strip>>;
|
|
135
|
+
totalSlots: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
436
136
|
missedProposals: z.ZodObject<{
|
|
437
|
-
currentStreak: z.
|
|
137
|
+
currentStreak: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
438
138
|
rate: z.ZodOptional<z.ZodNumber>;
|
|
439
|
-
count: z.
|
|
440
|
-
total: z.
|
|
441
|
-
},
|
|
442
|
-
currentStreak: number;
|
|
443
|
-
rate?: number | undefined;
|
|
444
|
-
count: number;
|
|
445
|
-
total: number;
|
|
446
|
-
}, {
|
|
447
|
-
currentStreak: string | number | bigint;
|
|
448
|
-
rate?: number | undefined;
|
|
449
|
-
count: string | number | bigint;
|
|
450
|
-
total: string | number | bigint;
|
|
451
|
-
}>;
|
|
139
|
+
count: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
140
|
+
total: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
141
|
+
}, z.core.$strip>;
|
|
452
142
|
missedAttestations: z.ZodObject<{
|
|
453
|
-
currentStreak: z.
|
|
143
|
+
currentStreak: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
454
144
|
rate: z.ZodOptional<z.ZodNumber>;
|
|
455
|
-
count: z.
|
|
456
|
-
total: z.
|
|
457
|
-
},
|
|
458
|
-
currentStreak: number;
|
|
459
|
-
rate?: number | undefined;
|
|
460
|
-
count: number;
|
|
461
|
-
total: number;
|
|
462
|
-
}, {
|
|
463
|
-
currentStreak: string | number | bigint;
|
|
464
|
-
rate?: number | undefined;
|
|
465
|
-
count: string | number | bigint;
|
|
466
|
-
total: string | number | bigint;
|
|
467
|
-
}>;
|
|
145
|
+
count: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
146
|
+
total: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
147
|
+
}, z.core.$strip>;
|
|
468
148
|
history: z.ZodArray<z.ZodObject<{
|
|
469
|
-
slot: z.
|
|
470
|
-
status: z.ZodEnum<
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
}, "strip", z.ZodTypeAny, {
|
|
481
|
-
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
482
|
-
lastProposal?: {
|
|
483
|
-
timestamp: bigint;
|
|
484
|
-
slot: number & {
|
|
485
|
-
_branding: "SlotNumber";
|
|
486
|
-
};
|
|
487
|
-
date: string;
|
|
488
|
-
} | undefined;
|
|
489
|
-
lastAttestation?: {
|
|
490
|
-
timestamp: bigint;
|
|
491
|
-
slot: number & {
|
|
492
|
-
_branding: "SlotNumber";
|
|
493
|
-
};
|
|
494
|
-
date: string;
|
|
495
|
-
} | undefined;
|
|
496
|
-
totalSlots: number;
|
|
497
|
-
missedProposals: {
|
|
498
|
-
currentStreak: number;
|
|
499
|
-
rate?: number | undefined;
|
|
500
|
-
count: number;
|
|
501
|
-
total: number;
|
|
502
|
-
};
|
|
503
|
-
missedAttestations: {
|
|
504
|
-
currentStreak: number;
|
|
505
|
-
rate?: number | undefined;
|
|
506
|
-
count: number;
|
|
507
|
-
total: number;
|
|
508
|
-
};
|
|
509
|
-
history: {
|
|
510
|
-
slot: number & {
|
|
511
|
-
_branding: "SlotNumber";
|
|
512
|
-
};
|
|
513
|
-
status: "attestation-missed" | "attestation-sent" | "blocks-missed" | "checkpoint-mined" | "checkpoint-missed" | "checkpoint-proposed";
|
|
514
|
-
}[];
|
|
515
|
-
}, {
|
|
516
|
-
address: string;
|
|
517
|
-
lastProposal?: {
|
|
518
|
-
timestamp: string | number | bigint;
|
|
519
|
-
slot: string | number | bigint;
|
|
520
|
-
date: string;
|
|
521
|
-
} | undefined;
|
|
522
|
-
lastAttestation?: {
|
|
523
|
-
timestamp: string | number | bigint;
|
|
524
|
-
slot: string | number | bigint;
|
|
525
|
-
date: string;
|
|
526
|
-
} | undefined;
|
|
527
|
-
totalSlots: string | number | bigint;
|
|
528
|
-
missedProposals: {
|
|
529
|
-
currentStreak: string | number | bigint;
|
|
530
|
-
rate?: number | undefined;
|
|
531
|
-
count: string | number | bigint;
|
|
532
|
-
total: string | number | bigint;
|
|
533
|
-
};
|
|
534
|
-
missedAttestations: {
|
|
535
|
-
currentStreak: string | number | bigint;
|
|
536
|
-
rate?: number | undefined;
|
|
537
|
-
count: string | number | bigint;
|
|
538
|
-
total: string | number | bigint;
|
|
539
|
-
};
|
|
540
|
-
history: {
|
|
541
|
-
slot: string | number | bigint;
|
|
542
|
-
status: "attestation-missed" | "attestation-sent" | "blocks-missed" | "checkpoint-mined" | "checkpoint-missed" | "checkpoint-proposed";
|
|
543
|
-
}[];
|
|
544
|
-
}>;
|
|
149
|
+
slot: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>, z.ZodTransform<import("@aztec/foundation/schemas").SlotNumber, number>>;
|
|
150
|
+
status: z.ZodEnum<{
|
|
151
|
+
"attestation-missed": "attestation-missed";
|
|
152
|
+
"attestation-sent": "attestation-sent";
|
|
153
|
+
"blocks-missed": "blocks-missed";
|
|
154
|
+
"checkpoint-mined": "checkpoint-mined";
|
|
155
|
+
"checkpoint-missed": "checkpoint-missed";
|
|
156
|
+
"checkpoint-proposed": "checkpoint-proposed";
|
|
157
|
+
}>;
|
|
158
|
+
}, z.core.$strip>>;
|
|
159
|
+
}, z.core.$strip>;
|
|
545
160
|
allTimeProvenPerformance: z.ZodArray<z.ZodObject<{
|
|
546
|
-
missed: z.
|
|
547
|
-
total: z.
|
|
548
|
-
epoch: z.
|
|
549
|
-
},
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
}, {
|
|
556
|
-
missed: string | number | bigint;
|
|
557
|
-
total: string | number | bigint;
|
|
558
|
-
epoch: string | number | bigint;
|
|
559
|
-
}>, "many">;
|
|
560
|
-
lastProcessedSlot: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/schemas").SlotNumber, string | number | bigint>>;
|
|
561
|
-
initialSlot: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/schemas").SlotNumber, string | number | bigint>>;
|
|
562
|
-
slotWindow: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
563
|
-
}, "strip", z.ZodTypeAny, {
|
|
564
|
-
validator: {
|
|
565
|
-
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
566
|
-
lastProposal?: {
|
|
567
|
-
timestamp: bigint;
|
|
568
|
-
slot: number & {
|
|
569
|
-
_branding: "SlotNumber";
|
|
570
|
-
};
|
|
571
|
-
date: string;
|
|
572
|
-
} | undefined;
|
|
573
|
-
lastAttestation?: {
|
|
574
|
-
timestamp: bigint;
|
|
575
|
-
slot: number & {
|
|
576
|
-
_branding: "SlotNumber";
|
|
577
|
-
};
|
|
578
|
-
date: string;
|
|
579
|
-
} | undefined;
|
|
580
|
-
totalSlots: number;
|
|
581
|
-
missedProposals: {
|
|
582
|
-
currentStreak: number;
|
|
583
|
-
rate?: number | undefined;
|
|
584
|
-
count: number;
|
|
585
|
-
total: number;
|
|
586
|
-
};
|
|
587
|
-
missedAttestations: {
|
|
588
|
-
currentStreak: number;
|
|
589
|
-
rate?: number | undefined;
|
|
590
|
-
count: number;
|
|
591
|
-
total: number;
|
|
592
|
-
};
|
|
593
|
-
history: {
|
|
594
|
-
slot: number & {
|
|
595
|
-
_branding: "SlotNumber";
|
|
596
|
-
};
|
|
597
|
-
status: "attestation-missed" | "attestation-sent" | "blocks-missed" | "checkpoint-mined" | "checkpoint-missed" | "checkpoint-proposed";
|
|
598
|
-
}[];
|
|
599
|
-
};
|
|
600
|
-
allTimeProvenPerformance: {
|
|
601
|
-
missed: number;
|
|
602
|
-
total: number;
|
|
603
|
-
epoch: number & {
|
|
604
|
-
_branding: "EpochNumber";
|
|
605
|
-
};
|
|
606
|
-
}[];
|
|
607
|
-
lastProcessedSlot?: import("@aztec/foundation/schemas").SlotNumber | undefined;
|
|
608
|
-
initialSlot?: import("@aztec/foundation/schemas").SlotNumber | undefined;
|
|
609
|
-
slotWindow: number;
|
|
610
|
-
}, {
|
|
611
|
-
validator: {
|
|
612
|
-
address: string;
|
|
613
|
-
lastProposal?: {
|
|
614
|
-
timestamp: string | number | bigint;
|
|
615
|
-
slot: string | number | bigint;
|
|
616
|
-
date: string;
|
|
617
|
-
} | undefined;
|
|
618
|
-
lastAttestation?: {
|
|
619
|
-
timestamp: string | number | bigint;
|
|
620
|
-
slot: string | number | bigint;
|
|
621
|
-
date: string;
|
|
622
|
-
} | undefined;
|
|
623
|
-
totalSlots: string | number | bigint;
|
|
624
|
-
missedProposals: {
|
|
625
|
-
currentStreak: string | number | bigint;
|
|
626
|
-
rate?: number | undefined;
|
|
627
|
-
count: string | number | bigint;
|
|
628
|
-
total: string | number | bigint;
|
|
629
|
-
};
|
|
630
|
-
missedAttestations: {
|
|
631
|
-
currentStreak: string | number | bigint;
|
|
632
|
-
rate?: number | undefined;
|
|
633
|
-
count: string | number | bigint;
|
|
634
|
-
total: string | number | bigint;
|
|
635
|
-
};
|
|
636
|
-
history: {
|
|
637
|
-
slot: string | number | bigint;
|
|
638
|
-
status: "attestation-missed" | "attestation-sent" | "blocks-missed" | "checkpoint-mined" | "checkpoint-missed" | "checkpoint-proposed";
|
|
639
|
-
}[];
|
|
640
|
-
};
|
|
641
|
-
allTimeProvenPerformance: {
|
|
642
|
-
missed: string | number | bigint;
|
|
643
|
-
total: string | number | bigint;
|
|
644
|
-
epoch: string | number | bigint;
|
|
645
|
-
}[];
|
|
646
|
-
lastProcessedSlot?: string | number | bigint | undefined;
|
|
647
|
-
initialSlot?: string | number | bigint | undefined;
|
|
648
|
-
slotWindow: string | number | bigint;
|
|
649
|
-
}>;
|
|
650
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NoZW1hcy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL3ZhbGlkYXRvcnMvc2NoZW1hcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxPQUFPLEVBQUUsQ0FBQyxFQUFFLE1BQU0sS0FBSyxDQUFDO0FBV3hCLGVBQU8sTUFBTSwyQkFBMkIsd0lBU3ZDLENBQUM7QUFFRixlQUFPLE1BQU0sNEJBQTRCOzs7Ozs7Ozs7OztXQU94QyxDQUFDO0FBRUYsZUFBTyxNQUFNLGlDQUFpQzs7Ozs7Ozs7Ozs7b0JBQXdDLENBQUM7QUFFdkYsZUFBTyxNQUFNLCtCQUErQjs7Ozs7Ozs7Ozs7cUJBQThDLENBQUM7QUFpQjNGLGVBQU8sTUFBTSxvQkFBb0I7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztFQVVoQyxDQUFDO0FBRUYsZUFBTyxNQUFNLHFCQUFxQjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztFQU9qQyxDQUFDO0FBRUYsZUFBTyxNQUFNLDBCQUEwQjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztFQWN0QyxDQUFDIn0=
|
|
161
|
+
missed: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
162
|
+
total: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
163
|
+
epoch: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>, z.ZodTransform<import("@aztec/foundation/schemas").EpochNumber, number>>;
|
|
164
|
+
}, z.core.$strip>>;
|
|
165
|
+
lastProcessedSlot: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>, z.ZodTransform<import("@aztec/foundation/schemas").SlotNumber, number>>>;
|
|
166
|
+
initialSlot: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>, z.ZodTransform<import("@aztec/foundation/schemas").SlotNumber, number>>>;
|
|
167
|
+
slotWindow: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
168
|
+
}, z.core.$strip>;
|
|
169
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NoZW1hcy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL3ZhbGlkYXRvcnMvc2NoZW1hcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxPQUFPLEVBQUUsQ0FBQyxFQUFFLE1BQU0sS0FBSyxDQUFDO0FBV3hCLGVBQU8sTUFBTSwyQkFBMkI7Ozs7Ozs7RUFTdkMsQ0FBQztBQUVGLGVBQU8sTUFBTSw0QkFBNEI7Ozs7Ozs7Ozs7a0JBT3hDLENBQUM7QUFFRixlQUFPLE1BQU0saUNBQWlDOzs7Ozs7Ozs7O21CQUF3QyxDQUFDO0FBRXZGLGVBQU8sTUFBTSwrQkFBK0I7Ozs7Ozs7Ozs7b0JBQTBELENBQUM7QUFpQnZHLGVBQU8sTUFBTSxvQkFBb0I7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztpQkFVaEMsQ0FBQztBQUVGLGVBQU8sTUFBTSxxQkFBcUI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O2lCQU9qQyxDQUFDO0FBRUYsZUFBTyxNQUFNLDBCQUEwQjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztpQkFjdEMsQ0FBQyJ9
|