@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
|
@@ -35,736 +35,312 @@ export declare class AvmCircuitPublicInputs {
|
|
|
35
35
|
transactionFee: Fr;
|
|
36
36
|
reverted: boolean;
|
|
37
37
|
constructor(globalVariables: GlobalVariables, protocolContracts: ProtocolContracts, startTreeSnapshots: TreeSnapshots, startGasUsed: Gas, gasSettings: GasSettings, effectiveGasFees: GasFees, feePayer: AztecAddress, proverId: Fr, publicCallRequestArrayLengths: PublicCallRequestArrayLengths, publicSetupCallRequests: Tuple<PublicCallRequest, typeof MAX_ENQUEUED_CALLS_PER_TX>, publicAppLogicCallRequests: Tuple<PublicCallRequest, typeof MAX_ENQUEUED_CALLS_PER_TX>, publicTeardownCallRequest: PublicCallRequest, previousNonRevertibleAccumulatedDataArrayLengths: PrivateToAvmAccumulatedDataArrayLengths, previousRevertibleAccumulatedDataArrayLengths: PrivateToAvmAccumulatedDataArrayLengths, previousNonRevertibleAccumulatedData: PrivateToAvmAccumulatedData, previousRevertibleAccumulatedData: PrivateToAvmAccumulatedData, endTreeSnapshots: TreeSnapshots, endGasUsed: Gas, accumulatedDataArrayLengths: AvmAccumulatedDataArrayLengths, accumulatedData: AvmAccumulatedData, transactionFee: Fr, reverted: boolean);
|
|
38
|
-
static get schema(): z.
|
|
39
|
-
globalVariables: z.
|
|
38
|
+
static get schema(): z.ZodPipe<z.ZodObject<{
|
|
39
|
+
globalVariables: z.ZodPipe<z.ZodObject<{
|
|
40
40
|
chainId: import("@aztec/foundation/schemas").ZodFor<Fr>;
|
|
41
41
|
version: import("@aztec/foundation/schemas").ZodFor<Fr>;
|
|
42
|
-
blockNumber: z.
|
|
42
|
+
blockNumber: z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodPipe<z.ZodBigInt, z.ZodTransform<number, bigint>>, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>, z.ZodTransform<import("@aztec/foundation/branded-types").BlockNumber, number>>;
|
|
43
43
|
slotNumber: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").SlotNumber>;
|
|
44
|
-
timestamp: z.
|
|
44
|
+
timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
|
|
45
45
|
coinbase: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/eth-address").EthAddress>;
|
|
46
46
|
feeRecipient: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
|
|
47
|
-
gasFees: z.
|
|
48
|
-
feePerDaGas: z.
|
|
49
|
-
feePerL2Gas: z.
|
|
50
|
-
},
|
|
47
|
+
gasFees: z.ZodPipe<z.ZodObject<{
|
|
48
|
+
feePerDaGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
|
|
49
|
+
feePerL2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
|
|
50
|
+
}, z.core.$strip>, z.ZodTransform<GasFees, {
|
|
51
51
|
feePerDaGas: bigint;
|
|
52
52
|
feePerL2Gas: bigint;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
feePerL2Gas: string | number | bigint;
|
|
56
|
-
}>, GasFees, {
|
|
57
|
-
feePerDaGas: string | number | bigint;
|
|
58
|
-
feePerL2Gas: string | number | bigint;
|
|
59
|
-
}>;
|
|
60
|
-
}, "strip", z.ZodTypeAny, {
|
|
53
|
+
}>>;
|
|
54
|
+
}, z.core.$strip>, z.ZodTransform<GlobalVariables, {
|
|
61
55
|
chainId: Fr;
|
|
62
56
|
version: Fr;
|
|
63
|
-
blockNumber:
|
|
64
|
-
|
|
65
|
-
};
|
|
66
|
-
slotNumber: number & {
|
|
67
|
-
_branding: "SlotNumber";
|
|
68
|
-
};
|
|
57
|
+
blockNumber: import("@aztec/foundation/branded-types").BlockNumber;
|
|
58
|
+
slotNumber: import("@aztec/foundation/schemas").SlotNumber;
|
|
69
59
|
timestamp: bigint;
|
|
70
60
|
coinbase: import("@aztec/foundation/eth-address").EthAddress;
|
|
71
61
|
feeRecipient: AztecAddress;
|
|
72
62
|
gasFees: GasFees;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
slotNumber?: any;
|
|
78
|
-
timestamp: string | number | bigint;
|
|
79
|
-
coinbase?: any;
|
|
80
|
-
feeRecipient?: any;
|
|
81
|
-
gasFees: {
|
|
82
|
-
feePerDaGas: string | number | bigint;
|
|
83
|
-
feePerL2Gas: string | number | bigint;
|
|
84
|
-
};
|
|
85
|
-
}>, GlobalVariables, {
|
|
86
|
-
chainId?: any;
|
|
87
|
-
version?: any;
|
|
88
|
-
blockNumber: string | number | bigint;
|
|
89
|
-
slotNumber?: any;
|
|
90
|
-
timestamp: string | number | bigint;
|
|
91
|
-
coinbase?: any;
|
|
92
|
-
feeRecipient?: any;
|
|
93
|
-
gasFees: {
|
|
94
|
-
feePerDaGas: string | number | bigint;
|
|
95
|
-
feePerL2Gas: string | number | bigint;
|
|
96
|
-
};
|
|
97
|
-
}>;
|
|
98
|
-
protocolContracts: z.ZodEffects<z.ZodObject<{
|
|
99
|
-
derivedAddresses: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<AztecAddress>, "many">;
|
|
100
|
-
}, "strip", z.ZodTypeAny, {
|
|
63
|
+
}>>;
|
|
64
|
+
protocolContracts: z.ZodPipe<z.ZodObject<{
|
|
65
|
+
derivedAddresses: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<AztecAddress>>;
|
|
66
|
+
}, z.core.$strip>, z.ZodTransform<ProtocolContracts, {
|
|
101
67
|
derivedAddresses: AztecAddress[];
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
l1ToL2MessageTree: z.ZodEffects<z.ZodObject<{
|
|
109
|
-
root: z.ZodType<Fr, any, string>;
|
|
110
|
-
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
111
|
-
}, "strip", z.ZodTypeAny, {
|
|
68
|
+
}>>;
|
|
69
|
+
startTreeSnapshots: z.ZodPipe<z.ZodObject<{
|
|
70
|
+
l1ToL2MessageTree: z.ZodPipe<z.ZodObject<{
|
|
71
|
+
root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
|
|
72
|
+
nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
73
|
+
}, z.core.$strip>, z.ZodTransform<import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot, {
|
|
112
74
|
root: Fr;
|
|
113
75
|
nextAvailableLeafIndex: number;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
120
|
-
}>;
|
|
121
|
-
noteHashTree: z.ZodEffects<z.ZodObject<{
|
|
122
|
-
root: z.ZodType<Fr, any, string>;
|
|
123
|
-
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
124
|
-
}, "strip", z.ZodTypeAny, {
|
|
76
|
+
}>>;
|
|
77
|
+
noteHashTree: z.ZodPipe<z.ZodObject<{
|
|
78
|
+
root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
|
|
79
|
+
nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
80
|
+
}, z.core.$strip>, z.ZodTransform<import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot, {
|
|
125
81
|
root: Fr;
|
|
126
82
|
nextAvailableLeafIndex: number;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
133
|
-
}>;
|
|
134
|
-
nullifierTree: z.ZodEffects<z.ZodObject<{
|
|
135
|
-
root: z.ZodType<Fr, any, string>;
|
|
136
|
-
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
137
|
-
}, "strip", z.ZodTypeAny, {
|
|
83
|
+
}>>;
|
|
84
|
+
nullifierTree: z.ZodPipe<z.ZodObject<{
|
|
85
|
+
root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
|
|
86
|
+
nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
87
|
+
}, z.core.$strip>, z.ZodTransform<import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot, {
|
|
138
88
|
root: Fr;
|
|
139
89
|
nextAvailableLeafIndex: number;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
146
|
-
}>;
|
|
147
|
-
publicDataTree: z.ZodEffects<z.ZodObject<{
|
|
148
|
-
root: z.ZodType<Fr, any, string>;
|
|
149
|
-
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
150
|
-
}, "strip", z.ZodTypeAny, {
|
|
90
|
+
}>>;
|
|
91
|
+
publicDataTree: z.ZodPipe<z.ZodObject<{
|
|
92
|
+
root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
|
|
93
|
+
nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
94
|
+
}, z.core.$strip>, z.ZodTransform<import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot, {
|
|
151
95
|
root: Fr;
|
|
152
96
|
nextAvailableLeafIndex: number;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
156
|
-
}>, import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot, {
|
|
157
|
-
root: string;
|
|
158
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
159
|
-
}>;
|
|
160
|
-
}, "strip", z.ZodTypeAny, {
|
|
97
|
+
}>>;
|
|
98
|
+
}, z.core.$strip>, z.ZodTransform<TreeSnapshots, {
|
|
161
99
|
l1ToL2MessageTree: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
162
100
|
noteHashTree: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
163
101
|
nullifierTree: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
164
102
|
publicDataTree: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
noteHashTree: {
|
|
171
|
-
root: string;
|
|
172
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
173
|
-
};
|
|
174
|
-
nullifierTree: {
|
|
175
|
-
root: string;
|
|
176
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
177
|
-
};
|
|
178
|
-
publicDataTree: {
|
|
179
|
-
root: string;
|
|
180
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
181
|
-
};
|
|
182
|
-
}>, TreeSnapshots, {
|
|
183
|
-
l1ToL2MessageTree: {
|
|
184
|
-
root: string;
|
|
185
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
186
|
-
};
|
|
187
|
-
noteHashTree: {
|
|
188
|
-
root: string;
|
|
189
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
190
|
-
};
|
|
191
|
-
nullifierTree: {
|
|
192
|
-
root: string;
|
|
193
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
194
|
-
};
|
|
195
|
-
publicDataTree: {
|
|
196
|
-
root: string;
|
|
197
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
198
|
-
};
|
|
199
|
-
}>;
|
|
200
|
-
startGasUsed: z.ZodEffects<z.ZodObject<{
|
|
201
|
-
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
202
|
-
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
203
|
-
}, "strip", z.ZodTypeAny, {
|
|
103
|
+
}>>;
|
|
104
|
+
startGasUsed: z.ZodPipe<z.ZodObject<{
|
|
105
|
+
daGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
106
|
+
l2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
107
|
+
}, z.core.$strip>, z.ZodTransform<Gas, {
|
|
204
108
|
daGas: number;
|
|
205
109
|
l2Gas: number;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
}>;
|
|
213
|
-
gasSettings: z.ZodEffects<z.ZodObject<{
|
|
214
|
-
gasLimits: z.ZodEffects<z.ZodObject<{
|
|
215
|
-
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
216
|
-
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
217
|
-
}, "strip", z.ZodTypeAny, {
|
|
110
|
+
}>>;
|
|
111
|
+
gasSettings: z.ZodPipe<z.ZodObject<{
|
|
112
|
+
gasLimits: z.ZodPipe<z.ZodObject<{
|
|
113
|
+
daGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
114
|
+
l2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
115
|
+
}, z.core.$strip>, z.ZodTransform<Gas, {
|
|
218
116
|
daGas: number;
|
|
219
117
|
l2Gas: number;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
l2Gas: string | number | bigint;
|
|
226
|
-
}>;
|
|
227
|
-
teardownGasLimits: z.ZodEffects<z.ZodObject<{
|
|
228
|
-
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
229
|
-
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
230
|
-
}, "strip", z.ZodTypeAny, {
|
|
118
|
+
}>>;
|
|
119
|
+
teardownGasLimits: z.ZodPipe<z.ZodObject<{
|
|
120
|
+
daGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
121
|
+
l2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
122
|
+
}, z.core.$strip>, z.ZodTransform<Gas, {
|
|
231
123
|
daGas: number;
|
|
232
124
|
l2Gas: number;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
l2Gas: string | number | bigint;
|
|
239
|
-
}>;
|
|
240
|
-
maxFeesPerGas: z.ZodEffects<z.ZodObject<{
|
|
241
|
-
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
242
|
-
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
243
|
-
}, "strip", z.ZodTypeAny, {
|
|
125
|
+
}>>;
|
|
126
|
+
maxFeesPerGas: z.ZodPipe<z.ZodObject<{
|
|
127
|
+
feePerDaGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
|
|
128
|
+
feePerL2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
|
|
129
|
+
}, z.core.$strip>, z.ZodTransform<GasFees, {
|
|
244
130
|
feePerDaGas: bigint;
|
|
245
131
|
feePerL2Gas: bigint;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
feePerL2Gas: string | number | bigint;
|
|
252
|
-
}>;
|
|
253
|
-
maxPriorityFeesPerGas: z.ZodEffects<z.ZodObject<{
|
|
254
|
-
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
255
|
-
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
256
|
-
}, "strip", z.ZodTypeAny, {
|
|
132
|
+
}>>;
|
|
133
|
+
maxPriorityFeesPerGas: z.ZodPipe<z.ZodObject<{
|
|
134
|
+
feePerDaGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
|
|
135
|
+
feePerL2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
|
|
136
|
+
}, z.core.$strip>, z.ZodTransform<GasFees, {
|
|
257
137
|
feePerDaGas: bigint;
|
|
258
138
|
feePerL2Gas: bigint;
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
feePerL2Gas: string | number | bigint;
|
|
262
|
-
}>, GasFees, {
|
|
263
|
-
feePerDaGas: string | number | bigint;
|
|
264
|
-
feePerL2Gas: string | number | bigint;
|
|
265
|
-
}>;
|
|
266
|
-
}, "strip", z.ZodTypeAny, {
|
|
139
|
+
}>>;
|
|
140
|
+
}, z.core.$strip>, z.ZodTransform<GasSettings, {
|
|
267
141
|
gasLimits: Gas;
|
|
268
142
|
teardownGasLimits: Gas;
|
|
269
143
|
maxFeesPerGas: GasFees;
|
|
270
144
|
maxPriorityFeesPerGas: GasFees;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
teardownGasLimits: {
|
|
277
|
-
daGas: string | number | bigint;
|
|
278
|
-
l2Gas: string | number | bigint;
|
|
279
|
-
};
|
|
280
|
-
maxFeesPerGas: {
|
|
281
|
-
feePerDaGas: string | number | bigint;
|
|
282
|
-
feePerL2Gas: string | number | bigint;
|
|
283
|
-
};
|
|
284
|
-
maxPriorityFeesPerGas: {
|
|
285
|
-
feePerDaGas: string | number | bigint;
|
|
286
|
-
feePerL2Gas: string | number | bigint;
|
|
287
|
-
};
|
|
288
|
-
}>, GasSettings, {
|
|
289
|
-
gasLimits: {
|
|
290
|
-
daGas: string | number | bigint;
|
|
291
|
-
l2Gas: string | number | bigint;
|
|
292
|
-
};
|
|
293
|
-
teardownGasLimits: {
|
|
294
|
-
daGas: string | number | bigint;
|
|
295
|
-
l2Gas: string | number | bigint;
|
|
296
|
-
};
|
|
297
|
-
maxFeesPerGas: {
|
|
298
|
-
feePerDaGas: string | number | bigint;
|
|
299
|
-
feePerL2Gas: string | number | bigint;
|
|
300
|
-
};
|
|
301
|
-
maxPriorityFeesPerGas: {
|
|
302
|
-
feePerDaGas: string | number | bigint;
|
|
303
|
-
feePerL2Gas: string | number | bigint;
|
|
304
|
-
};
|
|
305
|
-
}>;
|
|
306
|
-
effectiveGasFees: z.ZodEffects<z.ZodObject<{
|
|
307
|
-
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
308
|
-
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
309
|
-
}, "strip", z.ZodTypeAny, {
|
|
145
|
+
}>>;
|
|
146
|
+
effectiveGasFees: z.ZodPipe<z.ZodObject<{
|
|
147
|
+
feePerDaGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
|
|
148
|
+
feePerL2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
|
|
149
|
+
}, z.core.$strip>, z.ZodTransform<GasFees, {
|
|
310
150
|
feePerDaGas: bigint;
|
|
311
151
|
feePerL2Gas: bigint;
|
|
312
|
-
}
|
|
313
|
-
feePerDaGas: string | number | bigint;
|
|
314
|
-
feePerL2Gas: string | number | bigint;
|
|
315
|
-
}>, GasFees, {
|
|
316
|
-
feePerDaGas: string | number | bigint;
|
|
317
|
-
feePerL2Gas: string | number | bigint;
|
|
318
|
-
}>;
|
|
152
|
+
}>>;
|
|
319
153
|
feePayer: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
|
|
320
|
-
proverId: z.ZodType<Fr,
|
|
321
|
-
publicCallRequestArrayLengths: z.
|
|
154
|
+
proverId: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
|
|
155
|
+
publicCallRequestArrayLengths: z.ZodPipe<z.ZodObject<{
|
|
322
156
|
setupCalls: z.ZodNumber;
|
|
323
157
|
appLogicCalls: z.ZodNumber;
|
|
324
158
|
teardownCall: z.ZodBoolean;
|
|
325
|
-
},
|
|
159
|
+
}, z.core.$strip>, z.ZodTransform<PublicCallRequestArrayLengths, {
|
|
326
160
|
setupCalls: number;
|
|
327
161
|
appLogicCalls: number;
|
|
328
162
|
teardownCall: boolean;
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
appLogicCalls: number;
|
|
332
|
-
teardownCall: boolean;
|
|
333
|
-
}>, PublicCallRequestArrayLengths, {
|
|
334
|
-
setupCalls: number;
|
|
335
|
-
appLogicCalls: number;
|
|
336
|
-
teardownCall: boolean;
|
|
337
|
-
}>;
|
|
338
|
-
publicSetupCallRequests: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
163
|
+
}>>;
|
|
164
|
+
publicSetupCallRequests: z.ZodArray<z.ZodPipe<z.ZodObject<{
|
|
339
165
|
msgSender: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
|
|
340
166
|
contractAddress: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
|
|
341
167
|
isStaticCall: z.ZodBoolean;
|
|
342
|
-
calldataHash: z.ZodType<Fr,
|
|
343
|
-
},
|
|
168
|
+
calldataHash: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
|
|
169
|
+
}, z.core.$strip>, z.ZodTransform<PublicCallRequest, {
|
|
344
170
|
msgSender: AztecAddress;
|
|
345
171
|
contractAddress: AztecAddress;
|
|
346
172
|
isStaticCall: boolean;
|
|
347
173
|
calldataHash: Fr;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
contractAddress?: any;
|
|
351
|
-
isStaticCall: boolean;
|
|
352
|
-
calldataHash: string;
|
|
353
|
-
}>, PublicCallRequest, {
|
|
354
|
-
msgSender?: any;
|
|
355
|
-
contractAddress?: any;
|
|
356
|
-
isStaticCall: boolean;
|
|
357
|
-
calldataHash: string;
|
|
358
|
-
}>, "many">;
|
|
359
|
-
publicAppLogicCallRequests: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
174
|
+
}>>>;
|
|
175
|
+
publicAppLogicCallRequests: z.ZodArray<z.ZodPipe<z.ZodObject<{
|
|
360
176
|
msgSender: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
|
|
361
177
|
contractAddress: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
|
|
362
178
|
isStaticCall: z.ZodBoolean;
|
|
363
|
-
calldataHash: z.ZodType<Fr,
|
|
364
|
-
},
|
|
179
|
+
calldataHash: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
|
|
180
|
+
}, z.core.$strip>, z.ZodTransform<PublicCallRequest, {
|
|
365
181
|
msgSender: AztecAddress;
|
|
366
182
|
contractAddress: AztecAddress;
|
|
367
183
|
isStaticCall: boolean;
|
|
368
184
|
calldataHash: Fr;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
contractAddress?: any;
|
|
372
|
-
isStaticCall: boolean;
|
|
373
|
-
calldataHash: string;
|
|
374
|
-
}>, PublicCallRequest, {
|
|
375
|
-
msgSender?: any;
|
|
376
|
-
contractAddress?: any;
|
|
377
|
-
isStaticCall: boolean;
|
|
378
|
-
calldataHash: string;
|
|
379
|
-
}>, "many">;
|
|
380
|
-
publicTeardownCallRequest: z.ZodEffects<z.ZodObject<{
|
|
185
|
+
}>>>;
|
|
186
|
+
publicTeardownCallRequest: z.ZodPipe<z.ZodObject<{
|
|
381
187
|
msgSender: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
|
|
382
188
|
contractAddress: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
|
|
383
189
|
isStaticCall: z.ZodBoolean;
|
|
384
|
-
calldataHash: z.ZodType<Fr,
|
|
385
|
-
},
|
|
190
|
+
calldataHash: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
|
|
191
|
+
}, z.core.$strip>, z.ZodTransform<PublicCallRequest, {
|
|
386
192
|
msgSender: AztecAddress;
|
|
387
193
|
contractAddress: AztecAddress;
|
|
388
194
|
isStaticCall: boolean;
|
|
389
195
|
calldataHash: Fr;
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
}>,
|
|
396
|
-
msgSender?: any;
|
|
397
|
-
contractAddress?: any;
|
|
398
|
-
isStaticCall: boolean;
|
|
399
|
-
calldataHash: string;
|
|
400
|
-
}>;
|
|
401
|
-
previousNonRevertibleAccumulatedDataArrayLengths: z.ZodEffects<z.ZodObject<{
|
|
402
|
-
noteHashes: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
403
|
-
nullifiers: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
404
|
-
l2ToL1Msgs: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
405
|
-
}, "strip", z.ZodTypeAny, {
|
|
196
|
+
}>>;
|
|
197
|
+
previousNonRevertibleAccumulatedDataArrayLengths: z.ZodPipe<z.ZodObject<{
|
|
198
|
+
noteHashes: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
199
|
+
nullifiers: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
200
|
+
l2ToL1Msgs: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
201
|
+
}, z.core.$strip>, z.ZodTransform<PrivateToAvmAccumulatedDataArrayLengths, {
|
|
406
202
|
noteHashes: number;
|
|
407
203
|
nullifiers: number;
|
|
408
204
|
l2ToL1Msgs: number;
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
nullifiers: string | number | bigint;
|
|
416
|
-
l2ToL1Msgs: string | number | bigint;
|
|
417
|
-
}>;
|
|
418
|
-
previousRevertibleAccumulatedDataArrayLengths: z.ZodEffects<z.ZodObject<{
|
|
419
|
-
noteHashes: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
420
|
-
nullifiers: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
421
|
-
l2ToL1Msgs: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
422
|
-
}, "strip", z.ZodTypeAny, {
|
|
205
|
+
}>>;
|
|
206
|
+
previousRevertibleAccumulatedDataArrayLengths: z.ZodPipe<z.ZodObject<{
|
|
207
|
+
noteHashes: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
208
|
+
nullifiers: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
209
|
+
l2ToL1Msgs: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
210
|
+
}, z.core.$strip>, z.ZodTransform<PrivateToAvmAccumulatedDataArrayLengths, {
|
|
423
211
|
noteHashes: number;
|
|
424
212
|
nullifiers: number;
|
|
425
213
|
l2ToL1Msgs: number;
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
previousNonRevertibleAccumulatedData: z.ZodEffects<z.ZodObject<{
|
|
436
|
-
noteHashes: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
437
|
-
nullifiers: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
438
|
-
l2ToL1Msgs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
439
|
-
message: z.ZodEffects<z.ZodObject<{
|
|
440
|
-
recipient: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
|
|
441
|
-
content: z.ZodType<Fr, any, string>;
|
|
442
|
-
}, "strip", z.ZodTypeAny, {
|
|
214
|
+
}>>;
|
|
215
|
+
previousNonRevertibleAccumulatedData: z.ZodPipe<z.ZodObject<{
|
|
216
|
+
noteHashes: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
|
|
217
|
+
nullifiers: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
|
|
218
|
+
l2ToL1Msgs: z.ZodArray<z.ZodPipe<z.ZodObject<{
|
|
219
|
+
message: z.ZodPipe<z.ZodObject<{
|
|
220
|
+
recipient: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, string, z.core.$ZodTypeInternals<import("@aztec/foundation/eth-address").EthAddress, string>>;
|
|
221
|
+
content: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
|
|
222
|
+
}, z.core.$strip>, z.ZodTransform<import("../messaging/l2_to_l1_message.js").L2ToL1Message, {
|
|
443
223
|
recipient: import("@aztec/foundation/eth-address").EthAddress;
|
|
444
224
|
content: Fr;
|
|
445
|
-
}
|
|
446
|
-
recipient: string;
|
|
447
|
-
content: string;
|
|
448
|
-
}>, import("../messaging/l2_to_l1_message.js").L2ToL1Message, {
|
|
449
|
-
recipient: string;
|
|
450
|
-
content: string;
|
|
451
|
-
}>;
|
|
225
|
+
}>>;
|
|
452
226
|
contractAddress: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
|
|
453
|
-
},
|
|
227
|
+
}, z.core.$strip>, z.ZodTransform<import("../messaging/l2_to_l1_message.js").ScopedL2ToL1Message, {
|
|
454
228
|
message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
|
|
455
229
|
contractAddress: AztecAddress;
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
recipient: string;
|
|
459
|
-
content: string;
|
|
460
|
-
};
|
|
461
|
-
contractAddress?: any;
|
|
462
|
-
}>, import("../messaging/l2_to_l1_message.js").ScopedL2ToL1Message, {
|
|
463
|
-
message: {
|
|
464
|
-
recipient: string;
|
|
465
|
-
content: string;
|
|
466
|
-
};
|
|
467
|
-
contractAddress?: any;
|
|
468
|
-
}>, "many">;
|
|
469
|
-
}, "strip", z.ZodTypeAny, {
|
|
230
|
+
}>>>;
|
|
231
|
+
}, z.core.$strip>, z.ZodTransform<PrivateToAvmAccumulatedData, {
|
|
470
232
|
noteHashes: Fr[];
|
|
471
233
|
nullifiers: Fr[];
|
|
472
234
|
l2ToL1Msgs: import("../messaging/l2_to_l1_message.js").ScopedL2ToL1Message[];
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
}[];
|
|
483
|
-
}>, PrivateToAvmAccumulatedData, {
|
|
484
|
-
noteHashes: string[];
|
|
485
|
-
nullifiers: string[];
|
|
486
|
-
l2ToL1Msgs: {
|
|
487
|
-
message: {
|
|
488
|
-
recipient: string;
|
|
489
|
-
content: string;
|
|
490
|
-
};
|
|
491
|
-
contractAddress?: any;
|
|
492
|
-
}[];
|
|
493
|
-
}>;
|
|
494
|
-
previousRevertibleAccumulatedData: z.ZodEffects<z.ZodObject<{
|
|
495
|
-
noteHashes: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
496
|
-
nullifiers: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
497
|
-
l2ToL1Msgs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
498
|
-
message: z.ZodEffects<z.ZodObject<{
|
|
499
|
-
recipient: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
|
|
500
|
-
content: z.ZodType<Fr, any, string>;
|
|
501
|
-
}, "strip", z.ZodTypeAny, {
|
|
235
|
+
}>>;
|
|
236
|
+
previousRevertibleAccumulatedData: z.ZodPipe<z.ZodObject<{
|
|
237
|
+
noteHashes: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
|
|
238
|
+
nullifiers: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
|
|
239
|
+
l2ToL1Msgs: z.ZodArray<z.ZodPipe<z.ZodObject<{
|
|
240
|
+
message: z.ZodPipe<z.ZodObject<{
|
|
241
|
+
recipient: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, string, z.core.$ZodTypeInternals<import("@aztec/foundation/eth-address").EthAddress, string>>;
|
|
242
|
+
content: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
|
|
243
|
+
}, z.core.$strip>, z.ZodTransform<import("../messaging/l2_to_l1_message.js").L2ToL1Message, {
|
|
502
244
|
recipient: import("@aztec/foundation/eth-address").EthAddress;
|
|
503
245
|
content: Fr;
|
|
504
|
-
}
|
|
505
|
-
recipient: string;
|
|
506
|
-
content: string;
|
|
507
|
-
}>, import("../messaging/l2_to_l1_message.js").L2ToL1Message, {
|
|
508
|
-
recipient: string;
|
|
509
|
-
content: string;
|
|
510
|
-
}>;
|
|
246
|
+
}>>;
|
|
511
247
|
contractAddress: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
|
|
512
|
-
},
|
|
248
|
+
}, z.core.$strip>, z.ZodTransform<import("../messaging/l2_to_l1_message.js").ScopedL2ToL1Message, {
|
|
513
249
|
message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
|
|
514
250
|
contractAddress: AztecAddress;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
recipient: string;
|
|
518
|
-
content: string;
|
|
519
|
-
};
|
|
520
|
-
contractAddress?: any;
|
|
521
|
-
}>, import("../messaging/l2_to_l1_message.js").ScopedL2ToL1Message, {
|
|
522
|
-
message: {
|
|
523
|
-
recipient: string;
|
|
524
|
-
content: string;
|
|
525
|
-
};
|
|
526
|
-
contractAddress?: any;
|
|
527
|
-
}>, "many">;
|
|
528
|
-
}, "strip", z.ZodTypeAny, {
|
|
251
|
+
}>>>;
|
|
252
|
+
}, z.core.$strip>, z.ZodTransform<PrivateToAvmAccumulatedData, {
|
|
529
253
|
noteHashes: Fr[];
|
|
530
254
|
nullifiers: Fr[];
|
|
531
255
|
l2ToL1Msgs: import("../messaging/l2_to_l1_message.js").ScopedL2ToL1Message[];
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
content: string;
|
|
539
|
-
};
|
|
540
|
-
contractAddress?: any;
|
|
541
|
-
}[];
|
|
542
|
-
}>, PrivateToAvmAccumulatedData, {
|
|
543
|
-
noteHashes: string[];
|
|
544
|
-
nullifiers: string[];
|
|
545
|
-
l2ToL1Msgs: {
|
|
546
|
-
message: {
|
|
547
|
-
recipient: string;
|
|
548
|
-
content: string;
|
|
549
|
-
};
|
|
550
|
-
contractAddress?: any;
|
|
551
|
-
}[];
|
|
552
|
-
}>;
|
|
553
|
-
endTreeSnapshots: z.ZodEffects<z.ZodObject<{
|
|
554
|
-
l1ToL2MessageTree: z.ZodEffects<z.ZodObject<{
|
|
555
|
-
root: z.ZodType<Fr, any, string>;
|
|
556
|
-
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
557
|
-
}, "strip", z.ZodTypeAny, {
|
|
256
|
+
}>>;
|
|
257
|
+
endTreeSnapshots: z.ZodPipe<z.ZodObject<{
|
|
258
|
+
l1ToL2MessageTree: z.ZodPipe<z.ZodObject<{
|
|
259
|
+
root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
|
|
260
|
+
nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
261
|
+
}, z.core.$strip>, z.ZodTransform<import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot, {
|
|
558
262
|
root: Fr;
|
|
559
263
|
nextAvailableLeafIndex: number;
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
566
|
-
}>;
|
|
567
|
-
noteHashTree: z.ZodEffects<z.ZodObject<{
|
|
568
|
-
root: z.ZodType<Fr, any, string>;
|
|
569
|
-
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
570
|
-
}, "strip", z.ZodTypeAny, {
|
|
264
|
+
}>>;
|
|
265
|
+
noteHashTree: z.ZodPipe<z.ZodObject<{
|
|
266
|
+
root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
|
|
267
|
+
nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
268
|
+
}, z.core.$strip>, z.ZodTransform<import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot, {
|
|
571
269
|
root: Fr;
|
|
572
270
|
nextAvailableLeafIndex: number;
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
579
|
-
}>;
|
|
580
|
-
nullifierTree: z.ZodEffects<z.ZodObject<{
|
|
581
|
-
root: z.ZodType<Fr, any, string>;
|
|
582
|
-
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
583
|
-
}, "strip", z.ZodTypeAny, {
|
|
271
|
+
}>>;
|
|
272
|
+
nullifierTree: z.ZodPipe<z.ZodObject<{
|
|
273
|
+
root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
|
|
274
|
+
nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
275
|
+
}, z.core.$strip>, z.ZodTransform<import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot, {
|
|
584
276
|
root: Fr;
|
|
585
277
|
nextAvailableLeafIndex: number;
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
592
|
-
}>;
|
|
593
|
-
publicDataTree: z.ZodEffects<z.ZodObject<{
|
|
594
|
-
root: z.ZodType<Fr, any, string>;
|
|
595
|
-
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
596
|
-
}, "strip", z.ZodTypeAny, {
|
|
278
|
+
}>>;
|
|
279
|
+
publicDataTree: z.ZodPipe<z.ZodObject<{
|
|
280
|
+
root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
|
|
281
|
+
nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
282
|
+
}, z.core.$strip>, z.ZodTransform<import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot, {
|
|
597
283
|
root: Fr;
|
|
598
284
|
nextAvailableLeafIndex: number;
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
602
|
-
}>, import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot, {
|
|
603
|
-
root: string;
|
|
604
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
605
|
-
}>;
|
|
606
|
-
}, "strip", z.ZodTypeAny, {
|
|
285
|
+
}>>;
|
|
286
|
+
}, z.core.$strip>, z.ZodTransform<TreeSnapshots, {
|
|
607
287
|
l1ToL2MessageTree: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
608
288
|
noteHashTree: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
609
289
|
nullifierTree: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
610
290
|
publicDataTree: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
noteHashTree: {
|
|
617
|
-
root: string;
|
|
618
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
619
|
-
};
|
|
620
|
-
nullifierTree: {
|
|
621
|
-
root: string;
|
|
622
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
623
|
-
};
|
|
624
|
-
publicDataTree: {
|
|
625
|
-
root: string;
|
|
626
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
627
|
-
};
|
|
628
|
-
}>, TreeSnapshots, {
|
|
629
|
-
l1ToL2MessageTree: {
|
|
630
|
-
root: string;
|
|
631
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
632
|
-
};
|
|
633
|
-
noteHashTree: {
|
|
634
|
-
root: string;
|
|
635
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
636
|
-
};
|
|
637
|
-
nullifierTree: {
|
|
638
|
-
root: string;
|
|
639
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
640
|
-
};
|
|
641
|
-
publicDataTree: {
|
|
642
|
-
root: string;
|
|
643
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
644
|
-
};
|
|
645
|
-
}>;
|
|
646
|
-
endGasUsed: z.ZodEffects<z.ZodObject<{
|
|
647
|
-
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
648
|
-
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
649
|
-
}, "strip", z.ZodTypeAny, {
|
|
291
|
+
}>>;
|
|
292
|
+
endGasUsed: z.ZodPipe<z.ZodObject<{
|
|
293
|
+
daGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
294
|
+
l2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
|
|
295
|
+
}, z.core.$strip>, z.ZodTransform<Gas, {
|
|
650
296
|
daGas: number;
|
|
651
297
|
l2Gas: number;
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
l2Gas: string | number | bigint;
|
|
655
|
-
}>, Gas, {
|
|
656
|
-
daGas: string | number | bigint;
|
|
657
|
-
l2Gas: string | number | bigint;
|
|
658
|
-
}>;
|
|
659
|
-
accumulatedDataArrayLengths: z.ZodEffects<z.ZodObject<{
|
|
298
|
+
}>>;
|
|
299
|
+
accumulatedDataArrayLengths: z.ZodPipe<z.ZodObject<{
|
|
660
300
|
noteHashes: z.ZodNumber;
|
|
661
301
|
nullifiers: z.ZodNumber;
|
|
662
302
|
l2ToL1Msgs: z.ZodNumber;
|
|
663
303
|
publicDataWrites: z.ZodNumber;
|
|
664
|
-
},
|
|
665
|
-
noteHashes: number;
|
|
666
|
-
nullifiers: number;
|
|
667
|
-
l2ToL1Msgs: number;
|
|
668
|
-
publicDataWrites: number;
|
|
669
|
-
}, {
|
|
304
|
+
}, z.core.$strip>, z.ZodTransform<AvmAccumulatedDataArrayLengths, {
|
|
670
305
|
noteHashes: number;
|
|
671
306
|
nullifiers: number;
|
|
672
307
|
l2ToL1Msgs: number;
|
|
673
308
|
publicDataWrites: number;
|
|
674
|
-
}
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
l2ToL1Msgs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
684
|
-
message: z.ZodEffects<z.ZodObject<{
|
|
685
|
-
recipient: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
|
|
686
|
-
content: z.ZodType<Fr, any, string>;
|
|
687
|
-
}, "strip", z.ZodTypeAny, {
|
|
309
|
+
}>>;
|
|
310
|
+
accumulatedData: z.ZodPipe<z.ZodObject<{
|
|
311
|
+
noteHashes: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
|
|
312
|
+
nullifiers: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
|
|
313
|
+
l2ToL1Msgs: z.ZodArray<z.ZodPipe<z.ZodObject<{
|
|
314
|
+
message: z.ZodPipe<z.ZodObject<{
|
|
315
|
+
recipient: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, string, z.core.$ZodTypeInternals<import("@aztec/foundation/eth-address").EthAddress, string>>;
|
|
316
|
+
content: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
|
|
317
|
+
}, z.core.$strip>, z.ZodTransform<import("../messaging/l2_to_l1_message.js").L2ToL1Message, {
|
|
688
318
|
recipient: import("@aztec/foundation/eth-address").EthAddress;
|
|
689
319
|
content: Fr;
|
|
690
|
-
}
|
|
691
|
-
recipient: string;
|
|
692
|
-
content: string;
|
|
693
|
-
}>, import("../messaging/l2_to_l1_message.js").L2ToL1Message, {
|
|
694
|
-
recipient: string;
|
|
695
|
-
content: string;
|
|
696
|
-
}>;
|
|
320
|
+
}>>;
|
|
697
321
|
contractAddress: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
|
|
698
|
-
},
|
|
322
|
+
}, z.core.$strip>, z.ZodTransform<import("../messaging/l2_to_l1_message.js").ScopedL2ToL1Message, {
|
|
699
323
|
message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
|
|
700
324
|
contractAddress: AztecAddress;
|
|
701
|
-
}
|
|
702
|
-
message: {
|
|
703
|
-
recipient: string;
|
|
704
|
-
content: string;
|
|
705
|
-
};
|
|
706
|
-
contractAddress?: any;
|
|
707
|
-
}>, import("../messaging/l2_to_l1_message.js").ScopedL2ToL1Message, {
|
|
708
|
-
message: {
|
|
709
|
-
recipient: string;
|
|
710
|
-
content: string;
|
|
711
|
-
};
|
|
712
|
-
contractAddress?: any;
|
|
713
|
-
}>, "many">;
|
|
325
|
+
}>>>;
|
|
714
326
|
publicLogs: import("@aztec/foundation/schemas").ZodFor<import("../logs/public_log.js").FlatPublicLogs>;
|
|
715
|
-
publicDataWrites: z.ZodArray<z.
|
|
716
|
-
leafSlot: z.ZodType<Fr,
|
|
717
|
-
value: z.ZodType<Fr,
|
|
718
|
-
},
|
|
327
|
+
publicDataWrites: z.ZodArray<z.ZodPipe<z.ZodObject<{
|
|
328
|
+
leafSlot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
|
|
329
|
+
value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
|
|
330
|
+
}, z.core.$strip>, z.ZodTransform<import("./public_data_write.js").PublicDataWrite, {
|
|
719
331
|
leafSlot: Fr;
|
|
720
332
|
value: Fr;
|
|
721
|
-
}
|
|
722
|
-
|
|
723
|
-
value: string;
|
|
724
|
-
}>, import("./public_data_write.js").PublicDataWrite, {
|
|
725
|
-
leafSlot: string;
|
|
726
|
-
value: string;
|
|
727
|
-
}>, "many">;
|
|
728
|
-
}, "strip", z.ZodTypeAny, {
|
|
333
|
+
}>>>;
|
|
334
|
+
}, z.core.$strip>, z.ZodTransform<AvmAccumulatedData, {
|
|
729
335
|
noteHashes: Fr[];
|
|
730
336
|
nullifiers: Fr[];
|
|
731
337
|
l2ToL1Msgs: import("../messaging/l2_to_l1_message.js").ScopedL2ToL1Message[];
|
|
732
338
|
publicLogs: import("../logs/public_log.js").FlatPublicLogs;
|
|
733
339
|
publicDataWrites: import("./public_data_write.js").PublicDataWrite[];
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
nullifiers: string[];
|
|
737
|
-
l2ToL1Msgs: {
|
|
738
|
-
message: {
|
|
739
|
-
recipient: string;
|
|
740
|
-
content: string;
|
|
741
|
-
};
|
|
742
|
-
contractAddress?: any;
|
|
743
|
-
}[];
|
|
744
|
-
publicLogs?: any;
|
|
745
|
-
publicDataWrites: {
|
|
746
|
-
leafSlot: string;
|
|
747
|
-
value: string;
|
|
748
|
-
}[];
|
|
749
|
-
}>, AvmAccumulatedData, {
|
|
750
|
-
noteHashes: string[];
|
|
751
|
-
nullifiers: string[];
|
|
752
|
-
l2ToL1Msgs: {
|
|
753
|
-
message: {
|
|
754
|
-
recipient: string;
|
|
755
|
-
content: string;
|
|
756
|
-
};
|
|
757
|
-
contractAddress?: any;
|
|
758
|
-
}[];
|
|
759
|
-
publicLogs?: any;
|
|
760
|
-
publicDataWrites: {
|
|
761
|
-
leafSlot: string;
|
|
762
|
-
value: string;
|
|
763
|
-
}[];
|
|
764
|
-
}>;
|
|
765
|
-
transactionFee: z.ZodType<Fr, any, string>;
|
|
340
|
+
}>>;
|
|
341
|
+
transactionFee: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
|
|
766
342
|
reverted: z.ZodBoolean;
|
|
767
|
-
},
|
|
343
|
+
}, z.core.$strip>, z.ZodTransform<AvmCircuitPublicInputs, {
|
|
768
344
|
globalVariables: GlobalVariables;
|
|
769
345
|
protocolContracts: ProtocolContracts;
|
|
770
346
|
startTreeSnapshots: TreeSnapshots;
|
|
@@ -787,335 +363,7 @@ export declare class AvmCircuitPublicInputs {
|
|
|
787
363
|
accumulatedData: AvmAccumulatedData;
|
|
788
364
|
transactionFee: Fr;
|
|
789
365
|
reverted: boolean;
|
|
790
|
-
}
|
|
791
|
-
globalVariables: {
|
|
792
|
-
chainId?: any;
|
|
793
|
-
version?: any;
|
|
794
|
-
blockNumber: string | number | bigint;
|
|
795
|
-
slotNumber?: any;
|
|
796
|
-
timestamp: string | number | bigint;
|
|
797
|
-
coinbase?: any;
|
|
798
|
-
feeRecipient?: any;
|
|
799
|
-
gasFees: {
|
|
800
|
-
feePerDaGas: string | number | bigint;
|
|
801
|
-
feePerL2Gas: string | number | bigint;
|
|
802
|
-
};
|
|
803
|
-
};
|
|
804
|
-
protocolContracts: {
|
|
805
|
-
derivedAddresses: any[];
|
|
806
|
-
};
|
|
807
|
-
startTreeSnapshots: {
|
|
808
|
-
l1ToL2MessageTree: {
|
|
809
|
-
root: string;
|
|
810
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
811
|
-
};
|
|
812
|
-
noteHashTree: {
|
|
813
|
-
root: string;
|
|
814
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
815
|
-
};
|
|
816
|
-
nullifierTree: {
|
|
817
|
-
root: string;
|
|
818
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
819
|
-
};
|
|
820
|
-
publicDataTree: {
|
|
821
|
-
root: string;
|
|
822
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
823
|
-
};
|
|
824
|
-
};
|
|
825
|
-
startGasUsed: {
|
|
826
|
-
daGas: string | number | bigint;
|
|
827
|
-
l2Gas: string | number | bigint;
|
|
828
|
-
};
|
|
829
|
-
gasSettings: {
|
|
830
|
-
gasLimits: {
|
|
831
|
-
daGas: string | number | bigint;
|
|
832
|
-
l2Gas: string | number | bigint;
|
|
833
|
-
};
|
|
834
|
-
teardownGasLimits: {
|
|
835
|
-
daGas: string | number | bigint;
|
|
836
|
-
l2Gas: string | number | bigint;
|
|
837
|
-
};
|
|
838
|
-
maxFeesPerGas: {
|
|
839
|
-
feePerDaGas: string | number | bigint;
|
|
840
|
-
feePerL2Gas: string | number | bigint;
|
|
841
|
-
};
|
|
842
|
-
maxPriorityFeesPerGas: {
|
|
843
|
-
feePerDaGas: string | number | bigint;
|
|
844
|
-
feePerL2Gas: string | number | bigint;
|
|
845
|
-
};
|
|
846
|
-
};
|
|
847
|
-
effectiveGasFees: {
|
|
848
|
-
feePerDaGas: string | number | bigint;
|
|
849
|
-
feePerL2Gas: string | number | bigint;
|
|
850
|
-
};
|
|
851
|
-
feePayer?: any;
|
|
852
|
-
proverId: string;
|
|
853
|
-
publicCallRequestArrayLengths: {
|
|
854
|
-
setupCalls: number;
|
|
855
|
-
appLogicCalls: number;
|
|
856
|
-
teardownCall: boolean;
|
|
857
|
-
};
|
|
858
|
-
publicSetupCallRequests: {
|
|
859
|
-
msgSender?: any;
|
|
860
|
-
contractAddress?: any;
|
|
861
|
-
isStaticCall: boolean;
|
|
862
|
-
calldataHash: string;
|
|
863
|
-
}[];
|
|
864
|
-
publicAppLogicCallRequests: {
|
|
865
|
-
msgSender?: any;
|
|
866
|
-
contractAddress?: any;
|
|
867
|
-
isStaticCall: boolean;
|
|
868
|
-
calldataHash: string;
|
|
869
|
-
}[];
|
|
870
|
-
publicTeardownCallRequest: {
|
|
871
|
-
msgSender?: any;
|
|
872
|
-
contractAddress?: any;
|
|
873
|
-
isStaticCall: boolean;
|
|
874
|
-
calldataHash: string;
|
|
875
|
-
};
|
|
876
|
-
previousNonRevertibleAccumulatedDataArrayLengths: {
|
|
877
|
-
noteHashes: string | number | bigint;
|
|
878
|
-
nullifiers: string | number | bigint;
|
|
879
|
-
l2ToL1Msgs: string | number | bigint;
|
|
880
|
-
};
|
|
881
|
-
previousRevertibleAccumulatedDataArrayLengths: {
|
|
882
|
-
noteHashes: string | number | bigint;
|
|
883
|
-
nullifiers: string | number | bigint;
|
|
884
|
-
l2ToL1Msgs: string | number | bigint;
|
|
885
|
-
};
|
|
886
|
-
previousNonRevertibleAccumulatedData: {
|
|
887
|
-
noteHashes: string[];
|
|
888
|
-
nullifiers: string[];
|
|
889
|
-
l2ToL1Msgs: {
|
|
890
|
-
message: {
|
|
891
|
-
recipient: string;
|
|
892
|
-
content: string;
|
|
893
|
-
};
|
|
894
|
-
contractAddress?: any;
|
|
895
|
-
}[];
|
|
896
|
-
};
|
|
897
|
-
previousRevertibleAccumulatedData: {
|
|
898
|
-
noteHashes: string[];
|
|
899
|
-
nullifiers: string[];
|
|
900
|
-
l2ToL1Msgs: {
|
|
901
|
-
message: {
|
|
902
|
-
recipient: string;
|
|
903
|
-
content: string;
|
|
904
|
-
};
|
|
905
|
-
contractAddress?: any;
|
|
906
|
-
}[];
|
|
907
|
-
};
|
|
908
|
-
endTreeSnapshots: {
|
|
909
|
-
l1ToL2MessageTree: {
|
|
910
|
-
root: string;
|
|
911
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
912
|
-
};
|
|
913
|
-
noteHashTree: {
|
|
914
|
-
root: string;
|
|
915
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
916
|
-
};
|
|
917
|
-
nullifierTree: {
|
|
918
|
-
root: string;
|
|
919
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
920
|
-
};
|
|
921
|
-
publicDataTree: {
|
|
922
|
-
root: string;
|
|
923
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
924
|
-
};
|
|
925
|
-
};
|
|
926
|
-
endGasUsed: {
|
|
927
|
-
daGas: string | number | bigint;
|
|
928
|
-
l2Gas: string | number | bigint;
|
|
929
|
-
};
|
|
930
|
-
accumulatedDataArrayLengths: {
|
|
931
|
-
noteHashes: number;
|
|
932
|
-
nullifiers: number;
|
|
933
|
-
l2ToL1Msgs: number;
|
|
934
|
-
publicDataWrites: number;
|
|
935
|
-
};
|
|
936
|
-
accumulatedData: {
|
|
937
|
-
noteHashes: string[];
|
|
938
|
-
nullifiers: string[];
|
|
939
|
-
l2ToL1Msgs: {
|
|
940
|
-
message: {
|
|
941
|
-
recipient: string;
|
|
942
|
-
content: string;
|
|
943
|
-
};
|
|
944
|
-
contractAddress?: any;
|
|
945
|
-
}[];
|
|
946
|
-
publicLogs?: any;
|
|
947
|
-
publicDataWrites: {
|
|
948
|
-
leafSlot: string;
|
|
949
|
-
value: string;
|
|
950
|
-
}[];
|
|
951
|
-
};
|
|
952
|
-
transactionFee: string;
|
|
953
|
-
reverted: boolean;
|
|
954
|
-
}>, AvmCircuitPublicInputs, {
|
|
955
|
-
globalVariables: {
|
|
956
|
-
chainId?: any;
|
|
957
|
-
version?: any;
|
|
958
|
-
blockNumber: string | number | bigint;
|
|
959
|
-
slotNumber?: any;
|
|
960
|
-
timestamp: string | number | bigint;
|
|
961
|
-
coinbase?: any;
|
|
962
|
-
feeRecipient?: any;
|
|
963
|
-
gasFees: {
|
|
964
|
-
feePerDaGas: string | number | bigint;
|
|
965
|
-
feePerL2Gas: string | number | bigint;
|
|
966
|
-
};
|
|
967
|
-
};
|
|
968
|
-
protocolContracts: {
|
|
969
|
-
derivedAddresses: any[];
|
|
970
|
-
};
|
|
971
|
-
startTreeSnapshots: {
|
|
972
|
-
l1ToL2MessageTree: {
|
|
973
|
-
root: string;
|
|
974
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
975
|
-
};
|
|
976
|
-
noteHashTree: {
|
|
977
|
-
root: string;
|
|
978
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
979
|
-
};
|
|
980
|
-
nullifierTree: {
|
|
981
|
-
root: string;
|
|
982
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
983
|
-
};
|
|
984
|
-
publicDataTree: {
|
|
985
|
-
root: string;
|
|
986
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
987
|
-
};
|
|
988
|
-
};
|
|
989
|
-
startGasUsed: {
|
|
990
|
-
daGas: string | number | bigint;
|
|
991
|
-
l2Gas: string | number | bigint;
|
|
992
|
-
};
|
|
993
|
-
gasSettings: {
|
|
994
|
-
gasLimits: {
|
|
995
|
-
daGas: string | number | bigint;
|
|
996
|
-
l2Gas: string | number | bigint;
|
|
997
|
-
};
|
|
998
|
-
teardownGasLimits: {
|
|
999
|
-
daGas: string | number | bigint;
|
|
1000
|
-
l2Gas: string | number | bigint;
|
|
1001
|
-
};
|
|
1002
|
-
maxFeesPerGas: {
|
|
1003
|
-
feePerDaGas: string | number | bigint;
|
|
1004
|
-
feePerL2Gas: string | number | bigint;
|
|
1005
|
-
};
|
|
1006
|
-
maxPriorityFeesPerGas: {
|
|
1007
|
-
feePerDaGas: string | number | bigint;
|
|
1008
|
-
feePerL2Gas: string | number | bigint;
|
|
1009
|
-
};
|
|
1010
|
-
};
|
|
1011
|
-
effectiveGasFees: {
|
|
1012
|
-
feePerDaGas: string | number | bigint;
|
|
1013
|
-
feePerL2Gas: string | number | bigint;
|
|
1014
|
-
};
|
|
1015
|
-
feePayer?: any;
|
|
1016
|
-
proverId: string;
|
|
1017
|
-
publicCallRequestArrayLengths: {
|
|
1018
|
-
setupCalls: number;
|
|
1019
|
-
appLogicCalls: number;
|
|
1020
|
-
teardownCall: boolean;
|
|
1021
|
-
};
|
|
1022
|
-
publicSetupCallRequests: {
|
|
1023
|
-
msgSender?: any;
|
|
1024
|
-
contractAddress?: any;
|
|
1025
|
-
isStaticCall: boolean;
|
|
1026
|
-
calldataHash: string;
|
|
1027
|
-
}[];
|
|
1028
|
-
publicAppLogicCallRequests: {
|
|
1029
|
-
msgSender?: any;
|
|
1030
|
-
contractAddress?: any;
|
|
1031
|
-
isStaticCall: boolean;
|
|
1032
|
-
calldataHash: string;
|
|
1033
|
-
}[];
|
|
1034
|
-
publicTeardownCallRequest: {
|
|
1035
|
-
msgSender?: any;
|
|
1036
|
-
contractAddress?: any;
|
|
1037
|
-
isStaticCall: boolean;
|
|
1038
|
-
calldataHash: string;
|
|
1039
|
-
};
|
|
1040
|
-
previousNonRevertibleAccumulatedDataArrayLengths: {
|
|
1041
|
-
noteHashes: string | number | bigint;
|
|
1042
|
-
nullifiers: string | number | bigint;
|
|
1043
|
-
l2ToL1Msgs: string | number | bigint;
|
|
1044
|
-
};
|
|
1045
|
-
previousRevertibleAccumulatedDataArrayLengths: {
|
|
1046
|
-
noteHashes: string | number | bigint;
|
|
1047
|
-
nullifiers: string | number | bigint;
|
|
1048
|
-
l2ToL1Msgs: string | number | bigint;
|
|
1049
|
-
};
|
|
1050
|
-
previousNonRevertibleAccumulatedData: {
|
|
1051
|
-
noteHashes: string[];
|
|
1052
|
-
nullifiers: string[];
|
|
1053
|
-
l2ToL1Msgs: {
|
|
1054
|
-
message: {
|
|
1055
|
-
recipient: string;
|
|
1056
|
-
content: string;
|
|
1057
|
-
};
|
|
1058
|
-
contractAddress?: any;
|
|
1059
|
-
}[];
|
|
1060
|
-
};
|
|
1061
|
-
previousRevertibleAccumulatedData: {
|
|
1062
|
-
noteHashes: string[];
|
|
1063
|
-
nullifiers: string[];
|
|
1064
|
-
l2ToL1Msgs: {
|
|
1065
|
-
message: {
|
|
1066
|
-
recipient: string;
|
|
1067
|
-
content: string;
|
|
1068
|
-
};
|
|
1069
|
-
contractAddress?: any;
|
|
1070
|
-
}[];
|
|
1071
|
-
};
|
|
1072
|
-
endTreeSnapshots: {
|
|
1073
|
-
l1ToL2MessageTree: {
|
|
1074
|
-
root: string;
|
|
1075
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
1076
|
-
};
|
|
1077
|
-
noteHashTree: {
|
|
1078
|
-
root: string;
|
|
1079
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
1080
|
-
};
|
|
1081
|
-
nullifierTree: {
|
|
1082
|
-
root: string;
|
|
1083
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
1084
|
-
};
|
|
1085
|
-
publicDataTree: {
|
|
1086
|
-
root: string;
|
|
1087
|
-
nextAvailableLeafIndex: string | number | bigint;
|
|
1088
|
-
};
|
|
1089
|
-
};
|
|
1090
|
-
endGasUsed: {
|
|
1091
|
-
daGas: string | number | bigint;
|
|
1092
|
-
l2Gas: string | number | bigint;
|
|
1093
|
-
};
|
|
1094
|
-
accumulatedDataArrayLengths: {
|
|
1095
|
-
noteHashes: number;
|
|
1096
|
-
nullifiers: number;
|
|
1097
|
-
l2ToL1Msgs: number;
|
|
1098
|
-
publicDataWrites: number;
|
|
1099
|
-
};
|
|
1100
|
-
accumulatedData: {
|
|
1101
|
-
noteHashes: string[];
|
|
1102
|
-
nullifiers: string[];
|
|
1103
|
-
l2ToL1Msgs: {
|
|
1104
|
-
message: {
|
|
1105
|
-
recipient: string;
|
|
1106
|
-
content: string;
|
|
1107
|
-
};
|
|
1108
|
-
contractAddress?: any;
|
|
1109
|
-
}[];
|
|
1110
|
-
publicLogs?: any;
|
|
1111
|
-
publicDataWrites: {
|
|
1112
|
-
leafSlot: string;
|
|
1113
|
-
value: string;
|
|
1114
|
-
}[];
|
|
1115
|
-
};
|
|
1116
|
-
transactionFee: string;
|
|
1117
|
-
reverted: boolean;
|
|
1118
|
-
}>;
|
|
366
|
+
}>>;
|
|
1119
367
|
static fromBuffer(buffer: Buffer | BufferReader): AvmCircuitPublicInputs;
|
|
1120
368
|
toBuffer(): Buffer<ArrayBufferLike>;
|
|
1121
369
|
static fromString(str: string): AvmCircuitPublicInputs;
|
|
@@ -1134,4 +382,4 @@ export declare class AvmCircuitPublicInputs {
|
|
|
1134
382
|
serializeWithMessagePack(): Buffer;
|
|
1135
383
|
[inspect.custom](): string;
|
|
1136
384
|
}
|
|
1137
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
385
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXZtX2NpcmN1aXRfcHVibGljX2lucHV0cy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2F2bS9hdm1fY2lyY3VpdF9wdWJsaWNfaW5wdXRzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBRTdELE9BQU8sRUFBRSxFQUFFLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUVwRCxPQUFPLEVBQUUsWUFBWSxFQUFFLFdBQVcsRUFBRSxLQUFLLEtBQUssRUFBbUMsTUFBTSw2QkFBNkIsQ0FBQztBQUdySCxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQy9CLE9BQU8sRUFBRSxDQUFDLEVBQUUsTUFBTSxLQUFLLENBQUM7QUFFeEIsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ3pELE9BQU8sRUFBRSxHQUFHLEVBQUUsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQzVELE9BQU8sRUFDTCwyQkFBMkIsRUFDM0IsdUNBQXVDLEVBQ3hDLE1BQU0sOENBQThDLENBQUM7QUFDdEQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLDZCQUE2QixFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFDcEcsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQzVELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUN4RCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsOEJBQThCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUsvRixxQkFBYSxzQkFBc0I7SUFJeEIsZUFBZSxFQUFFLGVBQWU7SUFDaEMsaUJBQWlCLEVBQUUsaUJBQWlCO0lBQ3BDLGtCQUFrQixFQUFFLGFBQWE7SUFDakMsWUFBWSxFQUFFLEdBQUc7SUFDakIsV0FBVyxFQUFFLFdBQVc7SUFDeEIsZ0JBQWdCLEVBQUUsT0FBTztJQUN6QixRQUFRLEVBQUUsWUFBWTtJQUN0QixRQUFRLEVBQUUsRUFBRTtJQUNaLDZCQUE2QixFQUFFLDZCQUE2QjtJQUM1RCx1QkFBdUIsRUFBRSxLQUFLLENBQUMsaUJBQWlCLEVBQUUsT0FBTyx5QkFBeUIsQ0FBQztJQUNuRiwwQkFBMEIsRUFBRSxLQUFLLENBQUMsaUJBQWlCLEVBQUUsT0FBTyx5QkFBeUIsQ0FBQztJQUN0Rix5QkFBeUIsRUFBRSxpQkFBaUI7SUFDNUMsZ0RBQWdELEVBQUUsdUNBQXVDO0lBQ3pGLDZDQUE2QyxFQUFFLHVDQUF1QztJQUN0RixvQ0FBb0MsRUFBRSwyQkFBMkI7SUFDakUsaUNBQWlDLEVBQUUsMkJBQTJCO0lBRzlELGdCQUFnQixFQUFFLGFBQWE7SUFDL0IsVUFBVSxFQUFFLEdBQUc7SUFDZiwyQkFBMkIsRUFBRSw4QkFBOEI7SUFDM0QsZUFBZSxFQUFFLGtCQUFrQjtJQUNuQyxjQUFjLEVBQUUsRUFBRTtJQUNsQixRQUFRLEVBQUUsT0FBTztJQTFCMUIsWUFHUyxlQUFlLEVBQUUsZUFBZSxFQUNoQyxpQkFBaUIsRUFBRSxpQkFBaUIsRUFDcEMsa0JBQWtCLEVBQUUsYUFBYSxFQUNqQyxZQUFZLEVBQUUsR0FBRyxFQUNqQixXQUFXLEVBQUUsV0FBVyxFQUN4QixnQkFBZ0IsRUFBRSxPQUFPLEVBQ3pCLFFBQVEsRUFBRSxZQUFZLEVBQ3RCLFFBQVEsRUFBRSxFQUFFLEVBQ1osNkJBQTZCLEVBQUUsNkJBQTZCLEVBQzVELHVCQUF1QixFQUFFLEtBQUssQ0FBQyxpQkFBaUIsRUFBRSxPQUFPLHlCQUF5QixDQUFDLEVBQ25GLDBCQUEwQixFQUFFLEtBQUssQ0FBQyxpQkFBaUIsRUFBRSxPQUFPLHlCQUF5QixDQUFDLEVBQ3RGLHlCQUF5QixFQUFFLGlCQUFpQixFQUM1QyxnREFBZ0QsRUFBRSx1Q0FBdUMsRUFDekYsNkNBQTZDLEVBQUUsdUNBQXVDLEVBQ3RGLG9DQUFvQyxFQUFFLDJCQUEyQixFQUNqRSxpQ0FBaUMsRUFBRSwyQkFBMkIsRUFHOUQsZ0JBQWdCLEVBQUUsYUFBYSxFQUMvQixVQUFVLEVBQUUsR0FBRyxFQUNmLDJCQUEyQixFQUFFLDhCQUE4QixFQUMzRCxlQUFlLEVBQUUsa0JBQWtCLEVBQ25DLGNBQWMsRUFBRSxFQUFFLEVBQ2xCLFFBQVEsRUFBRSxPQUFPLEVBQ3RCO0lBRUosTUFBTSxLQUFLLE1BQU07Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7UUE0RWhCO0lBRUQsTUFBTSxDQUFDLFVBQVUsQ0FBQyxNQUFNLEVBQUUsTUFBTSxHQUFHLFlBQVksMEJBMEI5QztJQUVELFFBQVEsNEJBeUJQO0lBRUQsTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFHLEVBQUUsTUFBTSwwQkFFNUI7SUFFRCxRQUFRLGtCQUVQO0lBRUQsTUFBTSxDQUFDLFVBQVUsQ0FBQyxNQUFNLEVBQUUsRUFBRSxFQUFFLEdBQUcsV0FBVywwQkEwQjNDO0lBRUQsUUFBUSxvREF5QlA7SUFFRCxNQUFNLENBQUMsS0FBSywyQkF5Qlg7SUFFRDs7Ozs7O09BTUc7SUFDSCxNQUFNLENBQUMsZUFBZSxDQUFDLEdBQUcsRUFBRSxHQUFHLEdBQUcsc0JBQXNCLENBK0J2RDtJQUVNLHdCQUF3QixJQUFJLE1BQU0sQ0FFeEM7SUFFRCxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsV0FpQ2Y7Q0FDRiJ9
|