@aztec/stdlib 0.87.3-nightly.20250528 → 0.87.3
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 +0 -3
- package/dest/abi/abi.d.ts.map +1 -1
- package/dest/abi/abi.js +0 -38
- package/dest/avm/avm.d.ts +12 -696
- package/dest/avm/avm.d.ts.map +1 -1
- package/dest/avm/avm.js +8 -16
- package/dest/avm/avm_accumulated_data.d.ts +0 -77
- package/dest/avm/avm_accumulated_data.d.ts.map +1 -1
- package/dest/avm/avm_accumulated_data.js +0 -67
- package/dest/avm/avm_circuit_public_inputs.d.ts +3 -73
- package/dest/avm/avm_circuit_public_inputs.d.ts.map +1 -1
- package/dest/avm/avm_circuit_public_inputs.js +9 -19
- package/dest/avm/avm_proving_request.d.ts +0 -366
- package/dest/avm/avm_proving_request.d.ts.map +1 -1
- package/dest/block/body.d.ts +1 -1
- package/dest/block/body.d.ts.map +1 -1
- package/dest/block/body.js +2 -2
- package/dest/block/index.d.ts +0 -1
- package/dest/block/index.d.ts.map +1 -1
- package/dest/block/index.js +0 -1
- package/dest/block/l2_block.d.ts +1 -1
- package/dest/block/l2_block.d.ts.map +1 -1
- package/dest/block/l2_block.js +2 -2
- package/dest/block/l2_block_source.d.ts +4 -9
- package/dest/block/l2_block_source.d.ts.map +1 -1
- package/dest/block/l2_block_source.js +0 -1
- package/dest/block/published_l2_block.d.ts +69 -99
- package/dest/block/published_l2_block.d.ts.map +1 -1
- package/dest/block/published_l2_block.js +12 -38
- package/dest/block/test/l2_tips_store_test_suite.js +1 -1
- package/dest/interfaces/archiver.js +2 -2
- package/dest/interfaces/aztec-node.js +2 -2
- package/dest/interfaces/proving-job.d.ts +4 -370
- package/dest/interfaces/proving-job.d.ts.map +1 -1
- package/dest/interfaces/proving-job.js +2 -2
- package/dest/interfaces/server_circuit_prover.d.ts +2 -3
- package/dest/interfaces/server_circuit_prover.d.ts.map +1 -1
- package/dest/kernel/index.d.ts +0 -1
- package/dest/kernel/index.d.ts.map +1 -1
- package/dest/kernel/index.js +0 -1
- package/dest/kernel/private_kernel_data.d.ts +25 -6
- package/dest/kernel/private_kernel_data.d.ts.map +1 -1
- package/dest/kernel/private_kernel_data.js +19 -8
- package/dest/kernel/private_kernel_reset_circuit_private_inputs.d.ts +2 -5
- package/dest/kernel/private_kernel_reset_circuit_private_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_reset_circuit_private_inputs.js +5 -9
- package/dest/kernel/private_kernel_tail_circuit_private_inputs.d.ts +1 -10
- package/dest/kernel/private_kernel_tail_circuit_private_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_tail_circuit_private_inputs.js +3 -8
- package/dest/kernel/public_call_request.d.ts +0 -54
- package/dest/kernel/public_call_request.d.ts.map +1 -1
- package/dest/kernel/public_call_request.js +0 -58
- package/dest/rollup/avm_proof_data.d.ts +5 -7
- package/dest/rollup/avm_proof_data.d.ts.map +1 -1
- package/dest/rollup/avm_proof_data.js +4 -12
- package/dest/rollup/previous_rollup_block_data.d.ts +15 -6
- package/dest/rollup/previous_rollup_block_data.d.ts.map +1 -1
- package/dest/rollup/previous_rollup_block_data.js +13 -8
- package/dest/rollup/previous_rollup_data.d.ts +15 -6
- package/dest/rollup/previous_rollup_data.d.ts.map +1 -1
- package/dest/rollup/previous_rollup_data.js +13 -8
- package/dest/rollup/private_tube_data.d.ts +3 -3
- package/dest/rollup/private_tube_data.d.ts.map +1 -1
- package/dest/rollup/private_tube_data.js +3 -3
- package/dest/rollup/public_tube_data.d.ts +3 -3
- package/dest/rollup/public_tube_data.d.ts.map +1 -1
- package/dest/rollup/public_tube_data.js +3 -3
- package/dest/rollup/root_rollup.d.ts +10 -9
- package/dest/rollup/root_rollup.d.ts.map +1 -1
- package/dest/rollup/root_rollup.js +20 -9
- package/dest/tests/factories.d.ts +1 -2
- package/dest/tests/factories.d.ts.map +1 -1
- package/dest/tests/factories.js +15 -21
- package/dest/tests/mocks.d.ts.map +1 -1
- package/dest/tests/mocks.js +3 -4
- package/dest/tx/tx_effect.d.ts +1 -1
- package/dest/tx/tx_effect.d.ts.map +1 -1
- package/dest/tx/tx_effect.js +2 -2
- package/dest/validators/types.d.ts +0 -4
- package/dest/validators/types.d.ts.map +1 -1
- package/dest/vks/index.d.ts +1 -1
- package/dest/vks/index.d.ts.map +1 -1
- package/dest/vks/index.js +1 -1
- package/dest/vks/{vk_data.d.ts → vk_witness_data.d.ts} +8 -8
- package/dest/vks/vk_witness_data.d.ts.map +1 -0
- package/dest/vks/{vk_data.js → vk_witness_data.js} +10 -10
- package/package.json +7 -7
- package/src/abi/abi.ts +0 -37
- package/src/avm/avm.ts +0 -14
- package/src/avm/avm_accumulated_data.ts +0 -93
- package/src/avm/avm_circuit_public_inputs.ts +2 -22
- package/src/block/body.ts +2 -7
- package/src/block/index.ts +0 -1
- package/src/block/l2_block.ts +1 -2
- package/src/block/l2_block_source.ts +3 -9
- package/src/block/published_l2_block.ts +24 -38
- package/src/block/test/l2_tips_store_test_suite.ts +1 -1
- package/src/interfaces/archiver.ts +2 -2
- package/src/interfaces/aztec-node.ts +2 -2
- package/src/interfaces/proving-job.ts +3 -3
- package/src/interfaces/server_circuit_prover.ts +2 -3
- package/src/kernel/index.ts +0 -1
- package/src/kernel/private_kernel_data.ts +29 -7
- package/src/kernel/private_kernel_reset_circuit_private_inputs.ts +3 -6
- package/src/kernel/private_kernel_tail_circuit_private_inputs.ts +2 -10
- package/src/kernel/public_call_request.ts +0 -66
- package/src/rollup/avm_proof_data.ts +7 -14
- package/src/rollup/previous_rollup_block_data.ts +12 -6
- package/src/rollup/previous_rollup_data.ts +12 -6
- package/src/rollup/private_tube_data.ts +4 -4
- package/src/rollup/public_tube_data.ts +4 -4
- package/src/rollup/root_rollup.ts +19 -6
- package/src/tests/factories.ts +20 -32
- package/src/tests/mocks.ts +3 -6
- package/src/tx/tx_effect.ts +5 -23
- package/src/validators/types.ts +0 -2
- package/src/vks/index.ts +1 -1
- package/src/vks/{vk_data.ts → vk_witness_data.ts} +6 -6
- package/dest/block/proposal/committee_attestation.d.ts +0 -34
- package/dest/block/proposal/committee_attestation.d.ts.map +0 -1
- package/dest/block/proposal/committee_attestation.js +0 -59
- package/dest/block/proposal/index.d.ts +0 -2
- package/dest/block/proposal/index.d.ts.map +0 -1
- package/dest/block/proposal/index.js +0 -1
- package/dest/kernel/padded_side_effects.d.ts +0 -26
- package/dest/kernel/padded_side_effects.d.ts.map +0 -1
- package/dest/kernel/padded_side_effects.js +0 -51
- package/dest/vks/vk_data.d.ts.map +0 -1
- package/src/block/proposal/committee_attestation.ts +0 -70
- package/src/block/proposal/index.ts +0 -1
- package/src/kernel/padded_side_effects.ts +0 -73
package/dest/avm/avm.d.ts
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { Fr } from '@aztec/foundation/fields';
|
|
2
2
|
import { z } from 'zod';
|
|
3
3
|
import { AztecAddress } from '../aztec-address/index.js';
|
|
4
|
-
import { Gas } from '../gas/gas.js';
|
|
5
|
-
import { GasSettings } from '../gas/gas_settings.js';
|
|
6
4
|
import { PublicKeys } from '../keys/public_keys.js';
|
|
7
5
|
import { AppendOnlyTreeSnapshot } from '../trees/append_only_tree_snapshot.js';
|
|
8
6
|
import { MerkleTreeId } from '../trees/merkle_tree_id.js';
|
|
@@ -1748,7 +1746,6 @@ export declare class AvmEnqueuedCallHint {
|
|
|
1748
1746
|
export declare class AvmTxHint {
|
|
1749
1747
|
readonly hash: string;
|
|
1750
1748
|
readonly globalVariables: GlobalVariables;
|
|
1751
|
-
readonly gasSettings: GasSettings;
|
|
1752
1749
|
readonly nonRevertibleAccumulatedData: {
|
|
1753
1750
|
noteHashes: Fr[];
|
|
1754
1751
|
nullifiers: Fr[];
|
|
@@ -1760,14 +1757,13 @@ export declare class AvmTxHint {
|
|
|
1760
1757
|
readonly setupEnqueuedCalls: AvmEnqueuedCallHint[];
|
|
1761
1758
|
readonly appLogicEnqueuedCalls: AvmEnqueuedCallHint[];
|
|
1762
1759
|
readonly teardownEnqueuedCall: AvmEnqueuedCallHint | null;
|
|
1763
|
-
|
|
1764
|
-
constructor(hash: string, globalVariables: GlobalVariables, gasSettings: GasSettings, nonRevertibleAccumulatedData: {
|
|
1760
|
+
constructor(hash: string, globalVariables: GlobalVariables, nonRevertibleAccumulatedData: {
|
|
1765
1761
|
noteHashes: Fr[];
|
|
1766
1762
|
nullifiers: Fr[];
|
|
1767
1763
|
}, revertibleAccumulatedData: {
|
|
1768
1764
|
noteHashes: Fr[];
|
|
1769
1765
|
nullifiers: Fr[];
|
|
1770
|
-
}, setupEnqueuedCalls: AvmEnqueuedCallHint[], appLogicEnqueuedCalls: AvmEnqueuedCallHint[], teardownEnqueuedCall: AvmEnqueuedCallHint | null
|
|
1766
|
+
}, setupEnqueuedCalls: AvmEnqueuedCallHint[], appLogicEnqueuedCalls: AvmEnqueuedCallHint[], teardownEnqueuedCall: AvmEnqueuedCallHint | null);
|
|
1771
1767
|
static fromTx(tx: Tx): Promise<AvmTxHint>;
|
|
1772
1768
|
static empty(): AvmTxHint;
|
|
1773
1769
|
static get schema(): z.ZodEffects<z.ZodObject<{
|
|
@@ -1827,99 +1823,6 @@ export declare class AvmTxHint {
|
|
|
1827
1823
|
coinbase?: any;
|
|
1828
1824
|
feeRecipient?: any;
|
|
1829
1825
|
}>;
|
|
1830
|
-
gasSettings: z.ZodEffects<z.ZodObject<{
|
|
1831
|
-
gasLimits: z.ZodEffects<z.ZodObject<{
|
|
1832
|
-
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1833
|
-
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1834
|
-
}, "strip", z.ZodTypeAny, {
|
|
1835
|
-
daGas: number;
|
|
1836
|
-
l2Gas: number;
|
|
1837
|
-
}, {
|
|
1838
|
-
daGas: string | number | bigint;
|
|
1839
|
-
l2Gas: string | number | bigint;
|
|
1840
|
-
}>, Gas, {
|
|
1841
|
-
daGas: string | number | bigint;
|
|
1842
|
-
l2Gas: string | number | bigint;
|
|
1843
|
-
}>;
|
|
1844
|
-
teardownGasLimits: z.ZodEffects<z.ZodObject<{
|
|
1845
|
-
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1846
|
-
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1847
|
-
}, "strip", z.ZodTypeAny, {
|
|
1848
|
-
daGas: number;
|
|
1849
|
-
l2Gas: number;
|
|
1850
|
-
}, {
|
|
1851
|
-
daGas: string | number | bigint;
|
|
1852
|
-
l2Gas: string | number | bigint;
|
|
1853
|
-
}>, Gas, {
|
|
1854
|
-
daGas: string | number | bigint;
|
|
1855
|
-
l2Gas: string | number | bigint;
|
|
1856
|
-
}>;
|
|
1857
|
-
maxFeesPerGas: z.ZodEffects<z.ZodObject<{
|
|
1858
|
-
feePerDaGas: z.ZodType<Fr, any, string>;
|
|
1859
|
-
feePerL2Gas: z.ZodType<Fr, any, string>;
|
|
1860
|
-
}, "strip", z.ZodTypeAny, {
|
|
1861
|
-
feePerDaGas: Fr;
|
|
1862
|
-
feePerL2Gas: Fr;
|
|
1863
|
-
}, {
|
|
1864
|
-
feePerDaGas: string;
|
|
1865
|
-
feePerL2Gas: string;
|
|
1866
|
-
}>, import("../gas/gas_fees.js").GasFees, {
|
|
1867
|
-
feePerDaGas: string;
|
|
1868
|
-
feePerL2Gas: string;
|
|
1869
|
-
}>;
|
|
1870
|
-
maxPriorityFeesPerGas: z.ZodEffects<z.ZodObject<{
|
|
1871
|
-
feePerDaGas: z.ZodType<Fr, any, string>;
|
|
1872
|
-
feePerL2Gas: z.ZodType<Fr, any, string>;
|
|
1873
|
-
}, "strip", z.ZodTypeAny, {
|
|
1874
|
-
feePerDaGas: Fr;
|
|
1875
|
-
feePerL2Gas: Fr;
|
|
1876
|
-
}, {
|
|
1877
|
-
feePerDaGas: string;
|
|
1878
|
-
feePerL2Gas: string;
|
|
1879
|
-
}>, import("../gas/gas_fees.js").GasFees, {
|
|
1880
|
-
feePerDaGas: string;
|
|
1881
|
-
feePerL2Gas: string;
|
|
1882
|
-
}>;
|
|
1883
|
-
}, "strip", z.ZodTypeAny, {
|
|
1884
|
-
gasLimits: Gas;
|
|
1885
|
-
teardownGasLimits: Gas;
|
|
1886
|
-
maxFeesPerGas: import("../gas/gas_fees.js").GasFees;
|
|
1887
|
-
maxPriorityFeesPerGas: import("../gas/gas_fees.js").GasFees;
|
|
1888
|
-
}, {
|
|
1889
|
-
gasLimits: {
|
|
1890
|
-
daGas: string | number | bigint;
|
|
1891
|
-
l2Gas: string | number | bigint;
|
|
1892
|
-
};
|
|
1893
|
-
teardownGasLimits: {
|
|
1894
|
-
daGas: string | number | bigint;
|
|
1895
|
-
l2Gas: string | number | bigint;
|
|
1896
|
-
};
|
|
1897
|
-
maxFeesPerGas: {
|
|
1898
|
-
feePerDaGas: string;
|
|
1899
|
-
feePerL2Gas: string;
|
|
1900
|
-
};
|
|
1901
|
-
maxPriorityFeesPerGas: {
|
|
1902
|
-
feePerDaGas: string;
|
|
1903
|
-
feePerL2Gas: string;
|
|
1904
|
-
};
|
|
1905
|
-
}>, GasSettings, {
|
|
1906
|
-
gasLimits: {
|
|
1907
|
-
daGas: string | number | bigint;
|
|
1908
|
-
l2Gas: string | number | bigint;
|
|
1909
|
-
};
|
|
1910
|
-
teardownGasLimits: {
|
|
1911
|
-
daGas: string | number | bigint;
|
|
1912
|
-
l2Gas: string | number | bigint;
|
|
1913
|
-
};
|
|
1914
|
-
maxFeesPerGas: {
|
|
1915
|
-
feePerDaGas: string;
|
|
1916
|
-
feePerL2Gas: string;
|
|
1917
|
-
};
|
|
1918
|
-
maxPriorityFeesPerGas: {
|
|
1919
|
-
feePerDaGas: string;
|
|
1920
|
-
feePerL2Gas: string;
|
|
1921
|
-
};
|
|
1922
|
-
}>;
|
|
1923
1826
|
nonRevertibleAccumulatedData: z.ZodObject<{
|
|
1924
1827
|
noteHashes: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
1925
1828
|
nullifiers: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
@@ -2003,23 +1906,9 @@ export declare class AvmTxHint {
|
|
|
2003
1906
|
contractAddress?: any;
|
|
2004
1907
|
msgSender?: any;
|
|
2005
1908
|
}>>;
|
|
2006
|
-
gasUsedByPrivate: z.ZodEffects<z.ZodObject<{
|
|
2007
|
-
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2008
|
-
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2009
|
-
}, "strip", z.ZodTypeAny, {
|
|
2010
|
-
daGas: number;
|
|
2011
|
-
l2Gas: number;
|
|
2012
|
-
}, {
|
|
2013
|
-
daGas: string | number | bigint;
|
|
2014
|
-
l2Gas: string | number | bigint;
|
|
2015
|
-
}>, Gas, {
|
|
2016
|
-
daGas: string | number | bigint;
|
|
2017
|
-
l2Gas: string | number | bigint;
|
|
2018
|
-
}>;
|
|
2019
1909
|
}, "strip", z.ZodTypeAny, {
|
|
2020
1910
|
hash: string;
|
|
2021
1911
|
globalVariables: GlobalVariables;
|
|
2022
|
-
gasSettings: GasSettings;
|
|
2023
1912
|
nonRevertibleAccumulatedData: {
|
|
2024
1913
|
noteHashes: Fr[];
|
|
2025
1914
|
nullifiers: Fr[];
|
|
@@ -2031,7 +1920,6 @@ export declare class AvmTxHint {
|
|
|
2031
1920
|
setupEnqueuedCalls: AvmEnqueuedCallHint[];
|
|
2032
1921
|
appLogicEnqueuedCalls: AvmEnqueuedCallHint[];
|
|
2033
1922
|
teardownEnqueuedCall: AvmEnqueuedCallHint | null;
|
|
2034
|
-
gasUsedByPrivate: Gas;
|
|
2035
1923
|
}, {
|
|
2036
1924
|
hash: string;
|
|
2037
1925
|
globalVariables: {
|
|
@@ -2047,24 +1935,6 @@ export declare class AvmTxHint {
|
|
|
2047
1935
|
coinbase?: any;
|
|
2048
1936
|
feeRecipient?: any;
|
|
2049
1937
|
};
|
|
2050
|
-
gasSettings: {
|
|
2051
|
-
gasLimits: {
|
|
2052
|
-
daGas: string | number | bigint;
|
|
2053
|
-
l2Gas: string | number | bigint;
|
|
2054
|
-
};
|
|
2055
|
-
teardownGasLimits: {
|
|
2056
|
-
daGas: string | number | bigint;
|
|
2057
|
-
l2Gas: string | number | bigint;
|
|
2058
|
-
};
|
|
2059
|
-
maxFeesPerGas: {
|
|
2060
|
-
feePerDaGas: string;
|
|
2061
|
-
feePerL2Gas: string;
|
|
2062
|
-
};
|
|
2063
|
-
maxPriorityFeesPerGas: {
|
|
2064
|
-
feePerDaGas: string;
|
|
2065
|
-
feePerL2Gas: string;
|
|
2066
|
-
};
|
|
2067
|
-
};
|
|
2068
1938
|
nonRevertibleAccumulatedData: {
|
|
2069
1939
|
noteHashes: string[];
|
|
2070
1940
|
nullifiers: string[];
|
|
@@ -2091,10 +1961,6 @@ export declare class AvmTxHint {
|
|
|
2091
1961
|
contractAddress?: any;
|
|
2092
1962
|
msgSender?: any;
|
|
2093
1963
|
} | null;
|
|
2094
|
-
gasUsedByPrivate: {
|
|
2095
|
-
daGas: string | number | bigint;
|
|
2096
|
-
l2Gas: string | number | bigint;
|
|
2097
|
-
};
|
|
2098
1964
|
}>, AvmTxHint, {
|
|
2099
1965
|
hash: string;
|
|
2100
1966
|
globalVariables: {
|
|
@@ -2110,24 +1976,6 @@ export declare class AvmTxHint {
|
|
|
2110
1976
|
coinbase?: any;
|
|
2111
1977
|
feeRecipient?: any;
|
|
2112
1978
|
};
|
|
2113
|
-
gasSettings: {
|
|
2114
|
-
gasLimits: {
|
|
2115
|
-
daGas: string | number | bigint;
|
|
2116
|
-
l2Gas: string | number | bigint;
|
|
2117
|
-
};
|
|
2118
|
-
teardownGasLimits: {
|
|
2119
|
-
daGas: string | number | bigint;
|
|
2120
|
-
l2Gas: string | number | bigint;
|
|
2121
|
-
};
|
|
2122
|
-
maxFeesPerGas: {
|
|
2123
|
-
feePerDaGas: string;
|
|
2124
|
-
feePerL2Gas: string;
|
|
2125
|
-
};
|
|
2126
|
-
maxPriorityFeesPerGas: {
|
|
2127
|
-
feePerDaGas: string;
|
|
2128
|
-
feePerL2Gas: string;
|
|
2129
|
-
};
|
|
2130
|
-
};
|
|
2131
1979
|
nonRevertibleAccumulatedData: {
|
|
2132
1980
|
noteHashes: string[];
|
|
2133
1981
|
nullifiers: string[];
|
|
@@ -2154,10 +2002,6 @@ export declare class AvmTxHint {
|
|
|
2154
2002
|
contractAddress?: any;
|
|
2155
2003
|
msgSender?: any;
|
|
2156
2004
|
} | null;
|
|
2157
|
-
gasUsedByPrivate: {
|
|
2158
|
-
daGas: string | number | bigint;
|
|
2159
|
-
l2Gas: string | number | bigint;
|
|
2160
|
-
};
|
|
2161
2005
|
}>;
|
|
2162
2006
|
}
|
|
2163
2007
|
export declare class AvmExecutionHints {
|
|
@@ -2237,99 +2081,6 @@ export declare class AvmExecutionHints {
|
|
|
2237
2081
|
coinbase?: any;
|
|
2238
2082
|
feeRecipient?: any;
|
|
2239
2083
|
}>;
|
|
2240
|
-
gasSettings: z.ZodEffects<z.ZodObject<{
|
|
2241
|
-
gasLimits: z.ZodEffects<z.ZodObject<{
|
|
2242
|
-
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2243
|
-
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2244
|
-
}, "strip", z.ZodTypeAny, {
|
|
2245
|
-
daGas: number;
|
|
2246
|
-
l2Gas: number;
|
|
2247
|
-
}, {
|
|
2248
|
-
daGas: string | number | bigint;
|
|
2249
|
-
l2Gas: string | number | bigint;
|
|
2250
|
-
}>, Gas, {
|
|
2251
|
-
daGas: string | number | bigint;
|
|
2252
|
-
l2Gas: string | number | bigint;
|
|
2253
|
-
}>;
|
|
2254
|
-
teardownGasLimits: z.ZodEffects<z.ZodObject<{
|
|
2255
|
-
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2256
|
-
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2257
|
-
}, "strip", z.ZodTypeAny, {
|
|
2258
|
-
daGas: number;
|
|
2259
|
-
l2Gas: number;
|
|
2260
|
-
}, {
|
|
2261
|
-
daGas: string | number | bigint;
|
|
2262
|
-
l2Gas: string | number | bigint;
|
|
2263
|
-
}>, Gas, {
|
|
2264
|
-
daGas: string | number | bigint;
|
|
2265
|
-
l2Gas: string | number | bigint;
|
|
2266
|
-
}>;
|
|
2267
|
-
maxFeesPerGas: z.ZodEffects<z.ZodObject<{
|
|
2268
|
-
feePerDaGas: z.ZodType<Fr, any, string>;
|
|
2269
|
-
feePerL2Gas: z.ZodType<Fr, any, string>;
|
|
2270
|
-
}, "strip", z.ZodTypeAny, {
|
|
2271
|
-
feePerDaGas: Fr;
|
|
2272
|
-
feePerL2Gas: Fr;
|
|
2273
|
-
}, {
|
|
2274
|
-
feePerDaGas: string;
|
|
2275
|
-
feePerL2Gas: string;
|
|
2276
|
-
}>, import("../gas/gas_fees.js").GasFees, {
|
|
2277
|
-
feePerDaGas: string;
|
|
2278
|
-
feePerL2Gas: string;
|
|
2279
|
-
}>;
|
|
2280
|
-
maxPriorityFeesPerGas: z.ZodEffects<z.ZodObject<{
|
|
2281
|
-
feePerDaGas: z.ZodType<Fr, any, string>;
|
|
2282
|
-
feePerL2Gas: z.ZodType<Fr, any, string>;
|
|
2283
|
-
}, "strip", z.ZodTypeAny, {
|
|
2284
|
-
feePerDaGas: Fr;
|
|
2285
|
-
feePerL2Gas: Fr;
|
|
2286
|
-
}, {
|
|
2287
|
-
feePerDaGas: string;
|
|
2288
|
-
feePerL2Gas: string;
|
|
2289
|
-
}>, import("../gas/gas_fees.js").GasFees, {
|
|
2290
|
-
feePerDaGas: string;
|
|
2291
|
-
feePerL2Gas: string;
|
|
2292
|
-
}>;
|
|
2293
|
-
}, "strip", z.ZodTypeAny, {
|
|
2294
|
-
gasLimits: Gas;
|
|
2295
|
-
teardownGasLimits: Gas;
|
|
2296
|
-
maxFeesPerGas: import("../gas/gas_fees.js").GasFees;
|
|
2297
|
-
maxPriorityFeesPerGas: import("../gas/gas_fees.js").GasFees;
|
|
2298
|
-
}, {
|
|
2299
|
-
gasLimits: {
|
|
2300
|
-
daGas: string | number | bigint;
|
|
2301
|
-
l2Gas: string | number | bigint;
|
|
2302
|
-
};
|
|
2303
|
-
teardownGasLimits: {
|
|
2304
|
-
daGas: string | number | bigint;
|
|
2305
|
-
l2Gas: string | number | bigint;
|
|
2306
|
-
};
|
|
2307
|
-
maxFeesPerGas: {
|
|
2308
|
-
feePerDaGas: string;
|
|
2309
|
-
feePerL2Gas: string;
|
|
2310
|
-
};
|
|
2311
|
-
maxPriorityFeesPerGas: {
|
|
2312
|
-
feePerDaGas: string;
|
|
2313
|
-
feePerL2Gas: string;
|
|
2314
|
-
};
|
|
2315
|
-
}>, GasSettings, {
|
|
2316
|
-
gasLimits: {
|
|
2317
|
-
daGas: string | number | bigint;
|
|
2318
|
-
l2Gas: string | number | bigint;
|
|
2319
|
-
};
|
|
2320
|
-
teardownGasLimits: {
|
|
2321
|
-
daGas: string | number | bigint;
|
|
2322
|
-
l2Gas: string | number | bigint;
|
|
2323
|
-
};
|
|
2324
|
-
maxFeesPerGas: {
|
|
2325
|
-
feePerDaGas: string;
|
|
2326
|
-
feePerL2Gas: string;
|
|
2327
|
-
};
|
|
2328
|
-
maxPriorityFeesPerGas: {
|
|
2329
|
-
feePerDaGas: string;
|
|
2330
|
-
feePerL2Gas: string;
|
|
2331
|
-
};
|
|
2332
|
-
}>;
|
|
2333
2084
|
nonRevertibleAccumulatedData: z.ZodObject<{
|
|
2334
2085
|
noteHashes: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
2335
2086
|
nullifiers: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
@@ -2413,23 +2164,9 @@ export declare class AvmExecutionHints {
|
|
|
2413
2164
|
contractAddress?: any;
|
|
2414
2165
|
msgSender?: any;
|
|
2415
2166
|
}>>;
|
|
2416
|
-
gasUsedByPrivate: z.ZodEffects<z.ZodObject<{
|
|
2417
|
-
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2418
|
-
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2419
|
-
}, "strip", z.ZodTypeAny, {
|
|
2420
|
-
daGas: number;
|
|
2421
|
-
l2Gas: number;
|
|
2422
|
-
}, {
|
|
2423
|
-
daGas: string | number | bigint;
|
|
2424
|
-
l2Gas: string | number | bigint;
|
|
2425
|
-
}>, Gas, {
|
|
2426
|
-
daGas: string | number | bigint;
|
|
2427
|
-
l2Gas: string | number | bigint;
|
|
2428
|
-
}>;
|
|
2429
2167
|
}, "strip", z.ZodTypeAny, {
|
|
2430
2168
|
hash: string;
|
|
2431
2169
|
globalVariables: GlobalVariables;
|
|
2432
|
-
gasSettings: GasSettings;
|
|
2433
2170
|
nonRevertibleAccumulatedData: {
|
|
2434
2171
|
noteHashes: Fr[];
|
|
2435
2172
|
nullifiers: Fr[];
|
|
@@ -2441,7 +2178,6 @@ export declare class AvmExecutionHints {
|
|
|
2441
2178
|
setupEnqueuedCalls: AvmEnqueuedCallHint[];
|
|
2442
2179
|
appLogicEnqueuedCalls: AvmEnqueuedCallHint[];
|
|
2443
2180
|
teardownEnqueuedCall: AvmEnqueuedCallHint | null;
|
|
2444
|
-
gasUsedByPrivate: Gas;
|
|
2445
2181
|
}, {
|
|
2446
2182
|
hash: string;
|
|
2447
2183
|
globalVariables: {
|
|
@@ -2457,24 +2193,6 @@ export declare class AvmExecutionHints {
|
|
|
2457
2193
|
coinbase?: any;
|
|
2458
2194
|
feeRecipient?: any;
|
|
2459
2195
|
};
|
|
2460
|
-
gasSettings: {
|
|
2461
|
-
gasLimits: {
|
|
2462
|
-
daGas: string | number | bigint;
|
|
2463
|
-
l2Gas: string | number | bigint;
|
|
2464
|
-
};
|
|
2465
|
-
teardownGasLimits: {
|
|
2466
|
-
daGas: string | number | bigint;
|
|
2467
|
-
l2Gas: string | number | bigint;
|
|
2468
|
-
};
|
|
2469
|
-
maxFeesPerGas: {
|
|
2470
|
-
feePerDaGas: string;
|
|
2471
|
-
feePerL2Gas: string;
|
|
2472
|
-
};
|
|
2473
|
-
maxPriorityFeesPerGas: {
|
|
2474
|
-
feePerDaGas: string;
|
|
2475
|
-
feePerL2Gas: string;
|
|
2476
|
-
};
|
|
2477
|
-
};
|
|
2478
2196
|
nonRevertibleAccumulatedData: {
|
|
2479
2197
|
noteHashes: string[];
|
|
2480
2198
|
nullifiers: string[];
|
|
@@ -2501,10 +2219,6 @@ export declare class AvmExecutionHints {
|
|
|
2501
2219
|
contractAddress?: any;
|
|
2502
2220
|
msgSender?: any;
|
|
2503
2221
|
} | null;
|
|
2504
|
-
gasUsedByPrivate: {
|
|
2505
|
-
daGas: string | number | bigint;
|
|
2506
|
-
l2Gas: string | number | bigint;
|
|
2507
|
-
};
|
|
2508
2222
|
}>, AvmTxHint, {
|
|
2509
2223
|
hash: string;
|
|
2510
2224
|
globalVariables: {
|
|
@@ -2520,24 +2234,6 @@ export declare class AvmExecutionHints {
|
|
|
2520
2234
|
coinbase?: any;
|
|
2521
2235
|
feeRecipient?: any;
|
|
2522
2236
|
};
|
|
2523
|
-
gasSettings: {
|
|
2524
|
-
gasLimits: {
|
|
2525
|
-
daGas: string | number | bigint;
|
|
2526
|
-
l2Gas: string | number | bigint;
|
|
2527
|
-
};
|
|
2528
|
-
teardownGasLimits: {
|
|
2529
|
-
daGas: string | number | bigint;
|
|
2530
|
-
l2Gas: string | number | bigint;
|
|
2531
|
-
};
|
|
2532
|
-
maxFeesPerGas: {
|
|
2533
|
-
feePerDaGas: string;
|
|
2534
|
-
feePerL2Gas: string;
|
|
2535
|
-
};
|
|
2536
|
-
maxPriorityFeesPerGas: {
|
|
2537
|
-
feePerDaGas: string;
|
|
2538
|
-
feePerL2Gas: string;
|
|
2539
|
-
};
|
|
2540
|
-
};
|
|
2541
2237
|
nonRevertibleAccumulatedData: {
|
|
2542
2238
|
noteHashes: string[];
|
|
2543
2239
|
nullifiers: string[];
|
|
@@ -2564,10 +2260,6 @@ export declare class AvmExecutionHints {
|
|
|
2564
2260
|
contractAddress?: any;
|
|
2565
2261
|
msgSender?: any;
|
|
2566
2262
|
} | null;
|
|
2567
|
-
gasUsedByPrivate: {
|
|
2568
|
-
daGas: string | number | bigint;
|
|
2569
|
-
l2Gas: string | number | bigint;
|
|
2570
|
-
};
|
|
2571
2263
|
}>;
|
|
2572
2264
|
contractInstances: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
2573
2265
|
address: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
|
|
@@ -4311,24 +4003,6 @@ export declare class AvmExecutionHints {
|
|
|
4311
4003
|
coinbase?: any;
|
|
4312
4004
|
feeRecipient?: any;
|
|
4313
4005
|
};
|
|
4314
|
-
gasSettings: {
|
|
4315
|
-
gasLimits: {
|
|
4316
|
-
daGas: string | number | bigint;
|
|
4317
|
-
l2Gas: string | number | bigint;
|
|
4318
|
-
};
|
|
4319
|
-
teardownGasLimits: {
|
|
4320
|
-
daGas: string | number | bigint;
|
|
4321
|
-
l2Gas: string | number | bigint;
|
|
4322
|
-
};
|
|
4323
|
-
maxFeesPerGas: {
|
|
4324
|
-
feePerDaGas: string;
|
|
4325
|
-
feePerL2Gas: string;
|
|
4326
|
-
};
|
|
4327
|
-
maxPriorityFeesPerGas: {
|
|
4328
|
-
feePerDaGas: string;
|
|
4329
|
-
feePerL2Gas: string;
|
|
4330
|
-
};
|
|
4331
|
-
};
|
|
4332
4006
|
nonRevertibleAccumulatedData: {
|
|
4333
4007
|
noteHashes: string[];
|
|
4334
4008
|
nullifiers: string[];
|
|
@@ -4355,10 +4029,6 @@ export declare class AvmExecutionHints {
|
|
|
4355
4029
|
contractAddress?: any;
|
|
4356
4030
|
msgSender?: any;
|
|
4357
4031
|
} | null;
|
|
4358
|
-
gasUsedByPrivate: {
|
|
4359
|
-
daGas: string | number | bigint;
|
|
4360
|
-
l2Gas: string | number | bigint;
|
|
4361
|
-
};
|
|
4362
4032
|
};
|
|
4363
4033
|
contractInstances: {
|
|
4364
4034
|
salt: string;
|
|
@@ -4660,24 +4330,6 @@ export declare class AvmExecutionHints {
|
|
|
4660
4330
|
coinbase?: any;
|
|
4661
4331
|
feeRecipient?: any;
|
|
4662
4332
|
};
|
|
4663
|
-
gasSettings: {
|
|
4664
|
-
gasLimits: {
|
|
4665
|
-
daGas: string | number | bigint;
|
|
4666
|
-
l2Gas: string | number | bigint;
|
|
4667
|
-
};
|
|
4668
|
-
teardownGasLimits: {
|
|
4669
|
-
daGas: string | number | bigint;
|
|
4670
|
-
l2Gas: string | number | bigint;
|
|
4671
|
-
};
|
|
4672
|
-
maxFeesPerGas: {
|
|
4673
|
-
feePerDaGas: string;
|
|
4674
|
-
feePerL2Gas: string;
|
|
4675
|
-
};
|
|
4676
|
-
maxPriorityFeesPerGas: {
|
|
4677
|
-
feePerDaGas: string;
|
|
4678
|
-
feePerL2Gas: string;
|
|
4679
|
-
};
|
|
4680
|
-
};
|
|
4681
4333
|
nonRevertibleAccumulatedData: {
|
|
4682
4334
|
noteHashes: string[];
|
|
4683
4335
|
nullifiers: string[];
|
|
@@ -4704,10 +4356,6 @@ export declare class AvmExecutionHints {
|
|
|
4704
4356
|
contractAddress?: any;
|
|
4705
4357
|
msgSender?: any;
|
|
4706
4358
|
} | null;
|
|
4707
|
-
gasUsedByPrivate: {
|
|
4708
|
-
daGas: string | number | bigint;
|
|
4709
|
-
l2Gas: string | number | bigint;
|
|
4710
|
-
};
|
|
4711
4359
|
};
|
|
4712
4360
|
contractInstances: {
|
|
4713
4361
|
salt: string;
|
|
@@ -5059,99 +4707,6 @@ export declare class AvmCircuitInputs {
|
|
|
5059
4707
|
coinbase?: any;
|
|
5060
4708
|
feeRecipient?: any;
|
|
5061
4709
|
}>;
|
|
5062
|
-
gasSettings: z.ZodEffects<z.ZodObject<{
|
|
5063
|
-
gasLimits: z.ZodEffects<z.ZodObject<{
|
|
5064
|
-
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
5065
|
-
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
5066
|
-
}, "strip", z.ZodTypeAny, {
|
|
5067
|
-
daGas: number;
|
|
5068
|
-
l2Gas: number;
|
|
5069
|
-
}, {
|
|
5070
|
-
daGas: string | number | bigint;
|
|
5071
|
-
l2Gas: string | number | bigint;
|
|
5072
|
-
}>, Gas, {
|
|
5073
|
-
daGas: string | number | bigint;
|
|
5074
|
-
l2Gas: string | number | bigint;
|
|
5075
|
-
}>;
|
|
5076
|
-
teardownGasLimits: z.ZodEffects<z.ZodObject<{
|
|
5077
|
-
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
5078
|
-
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
5079
|
-
}, "strip", z.ZodTypeAny, {
|
|
5080
|
-
daGas: number;
|
|
5081
|
-
l2Gas: number;
|
|
5082
|
-
}, {
|
|
5083
|
-
daGas: string | number | bigint;
|
|
5084
|
-
l2Gas: string | number | bigint;
|
|
5085
|
-
}>, Gas, {
|
|
5086
|
-
daGas: string | number | bigint;
|
|
5087
|
-
l2Gas: string | number | bigint;
|
|
5088
|
-
}>;
|
|
5089
|
-
maxFeesPerGas: z.ZodEffects<z.ZodObject<{
|
|
5090
|
-
feePerDaGas: z.ZodType<Fr, any, string>;
|
|
5091
|
-
feePerL2Gas: z.ZodType<Fr, any, string>;
|
|
5092
|
-
}, "strip", z.ZodTypeAny, {
|
|
5093
|
-
feePerDaGas: Fr;
|
|
5094
|
-
feePerL2Gas: Fr;
|
|
5095
|
-
}, {
|
|
5096
|
-
feePerDaGas: string;
|
|
5097
|
-
feePerL2Gas: string;
|
|
5098
|
-
}>, import("../gas/gas_fees.js").GasFees, {
|
|
5099
|
-
feePerDaGas: string;
|
|
5100
|
-
feePerL2Gas: string;
|
|
5101
|
-
}>;
|
|
5102
|
-
maxPriorityFeesPerGas: z.ZodEffects<z.ZodObject<{
|
|
5103
|
-
feePerDaGas: z.ZodType<Fr, any, string>;
|
|
5104
|
-
feePerL2Gas: z.ZodType<Fr, any, string>;
|
|
5105
|
-
}, "strip", z.ZodTypeAny, {
|
|
5106
|
-
feePerDaGas: Fr;
|
|
5107
|
-
feePerL2Gas: Fr;
|
|
5108
|
-
}, {
|
|
5109
|
-
feePerDaGas: string;
|
|
5110
|
-
feePerL2Gas: string;
|
|
5111
|
-
}>, import("../gas/gas_fees.js").GasFees, {
|
|
5112
|
-
feePerDaGas: string;
|
|
5113
|
-
feePerL2Gas: string;
|
|
5114
|
-
}>;
|
|
5115
|
-
}, "strip", z.ZodTypeAny, {
|
|
5116
|
-
gasLimits: Gas;
|
|
5117
|
-
teardownGasLimits: Gas;
|
|
5118
|
-
maxFeesPerGas: import("../gas/gas_fees.js").GasFees;
|
|
5119
|
-
maxPriorityFeesPerGas: import("../gas/gas_fees.js").GasFees;
|
|
5120
|
-
}, {
|
|
5121
|
-
gasLimits: {
|
|
5122
|
-
daGas: string | number | bigint;
|
|
5123
|
-
l2Gas: string | number | bigint;
|
|
5124
|
-
};
|
|
5125
|
-
teardownGasLimits: {
|
|
5126
|
-
daGas: string | number | bigint;
|
|
5127
|
-
l2Gas: string | number | bigint;
|
|
5128
|
-
};
|
|
5129
|
-
maxFeesPerGas: {
|
|
5130
|
-
feePerDaGas: string;
|
|
5131
|
-
feePerL2Gas: string;
|
|
5132
|
-
};
|
|
5133
|
-
maxPriorityFeesPerGas: {
|
|
5134
|
-
feePerDaGas: string;
|
|
5135
|
-
feePerL2Gas: string;
|
|
5136
|
-
};
|
|
5137
|
-
}>, GasSettings, {
|
|
5138
|
-
gasLimits: {
|
|
5139
|
-
daGas: string | number | bigint;
|
|
5140
|
-
l2Gas: string | number | bigint;
|
|
5141
|
-
};
|
|
5142
|
-
teardownGasLimits: {
|
|
5143
|
-
daGas: string | number | bigint;
|
|
5144
|
-
l2Gas: string | number | bigint;
|
|
5145
|
-
};
|
|
5146
|
-
maxFeesPerGas: {
|
|
5147
|
-
feePerDaGas: string;
|
|
5148
|
-
feePerL2Gas: string;
|
|
5149
|
-
};
|
|
5150
|
-
maxPriorityFeesPerGas: {
|
|
5151
|
-
feePerDaGas: string;
|
|
5152
|
-
feePerL2Gas: string;
|
|
5153
|
-
};
|
|
5154
|
-
}>;
|
|
5155
4710
|
nonRevertibleAccumulatedData: z.ZodObject<{
|
|
5156
4711
|
noteHashes: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
5157
4712
|
nullifiers: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
@@ -5235,23 +4790,9 @@ export declare class AvmCircuitInputs {
|
|
|
5235
4790
|
contractAddress?: any;
|
|
5236
4791
|
msgSender?: any;
|
|
5237
4792
|
}>>;
|
|
5238
|
-
gasUsedByPrivate: z.ZodEffects<z.ZodObject<{
|
|
5239
|
-
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
5240
|
-
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
5241
|
-
}, "strip", z.ZodTypeAny, {
|
|
5242
|
-
daGas: number;
|
|
5243
|
-
l2Gas: number;
|
|
5244
|
-
}, {
|
|
5245
|
-
daGas: string | number | bigint;
|
|
5246
|
-
l2Gas: string | number | bigint;
|
|
5247
|
-
}>, Gas, {
|
|
5248
|
-
daGas: string | number | bigint;
|
|
5249
|
-
l2Gas: string | number | bigint;
|
|
5250
|
-
}>;
|
|
5251
4793
|
}, "strip", z.ZodTypeAny, {
|
|
5252
4794
|
hash: string;
|
|
5253
4795
|
globalVariables: GlobalVariables;
|
|
5254
|
-
gasSettings: GasSettings;
|
|
5255
4796
|
nonRevertibleAccumulatedData: {
|
|
5256
4797
|
noteHashes: Fr[];
|
|
5257
4798
|
nullifiers: Fr[];
|
|
@@ -5263,7 +4804,6 @@ export declare class AvmCircuitInputs {
|
|
|
5263
4804
|
setupEnqueuedCalls: AvmEnqueuedCallHint[];
|
|
5264
4805
|
appLogicEnqueuedCalls: AvmEnqueuedCallHint[];
|
|
5265
4806
|
teardownEnqueuedCall: AvmEnqueuedCallHint | null;
|
|
5266
|
-
gasUsedByPrivate: Gas;
|
|
5267
4807
|
}, {
|
|
5268
4808
|
hash: string;
|
|
5269
4809
|
globalVariables: {
|
|
@@ -5279,24 +4819,6 @@ export declare class AvmCircuitInputs {
|
|
|
5279
4819
|
coinbase?: any;
|
|
5280
4820
|
feeRecipient?: any;
|
|
5281
4821
|
};
|
|
5282
|
-
gasSettings: {
|
|
5283
|
-
gasLimits: {
|
|
5284
|
-
daGas: string | number | bigint;
|
|
5285
|
-
l2Gas: string | number | bigint;
|
|
5286
|
-
};
|
|
5287
|
-
teardownGasLimits: {
|
|
5288
|
-
daGas: string | number | bigint;
|
|
5289
|
-
l2Gas: string | number | bigint;
|
|
5290
|
-
};
|
|
5291
|
-
maxFeesPerGas: {
|
|
5292
|
-
feePerDaGas: string;
|
|
5293
|
-
feePerL2Gas: string;
|
|
5294
|
-
};
|
|
5295
|
-
maxPriorityFeesPerGas: {
|
|
5296
|
-
feePerDaGas: string;
|
|
5297
|
-
feePerL2Gas: string;
|
|
5298
|
-
};
|
|
5299
|
-
};
|
|
5300
4822
|
nonRevertibleAccumulatedData: {
|
|
5301
4823
|
noteHashes: string[];
|
|
5302
4824
|
nullifiers: string[];
|
|
@@ -5323,10 +4845,6 @@ export declare class AvmCircuitInputs {
|
|
|
5323
4845
|
contractAddress?: any;
|
|
5324
4846
|
msgSender?: any;
|
|
5325
4847
|
} | null;
|
|
5326
|
-
gasUsedByPrivate: {
|
|
5327
|
-
daGas: string | number | bigint;
|
|
5328
|
-
l2Gas: string | number | bigint;
|
|
5329
|
-
};
|
|
5330
4848
|
}>, AvmTxHint, {
|
|
5331
4849
|
hash: string;
|
|
5332
4850
|
globalVariables: {
|
|
@@ -5342,24 +4860,6 @@ export declare class AvmCircuitInputs {
|
|
|
5342
4860
|
coinbase?: any;
|
|
5343
4861
|
feeRecipient?: any;
|
|
5344
4862
|
};
|
|
5345
|
-
gasSettings: {
|
|
5346
|
-
gasLimits: {
|
|
5347
|
-
daGas: string | number | bigint;
|
|
5348
|
-
l2Gas: string | number | bigint;
|
|
5349
|
-
};
|
|
5350
|
-
teardownGasLimits: {
|
|
5351
|
-
daGas: string | number | bigint;
|
|
5352
|
-
l2Gas: string | number | bigint;
|
|
5353
|
-
};
|
|
5354
|
-
maxFeesPerGas: {
|
|
5355
|
-
feePerDaGas: string;
|
|
5356
|
-
feePerL2Gas: string;
|
|
5357
|
-
};
|
|
5358
|
-
maxPriorityFeesPerGas: {
|
|
5359
|
-
feePerDaGas: string;
|
|
5360
|
-
feePerL2Gas: string;
|
|
5361
|
-
};
|
|
5362
|
-
};
|
|
5363
4863
|
nonRevertibleAccumulatedData: {
|
|
5364
4864
|
noteHashes: string[];
|
|
5365
4865
|
nullifiers: string[];
|
|
@@ -5386,10 +4886,6 @@ export declare class AvmCircuitInputs {
|
|
|
5386
4886
|
contractAddress?: any;
|
|
5387
4887
|
msgSender?: any;
|
|
5388
4888
|
} | null;
|
|
5389
|
-
gasUsedByPrivate: {
|
|
5390
|
-
daGas: string | number | bigint;
|
|
5391
|
-
l2Gas: string | number | bigint;
|
|
5392
|
-
};
|
|
5393
4889
|
}>;
|
|
5394
4890
|
contractInstances: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
5395
4891
|
address: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
|
|
@@ -7133,24 +6629,6 @@ export declare class AvmCircuitInputs {
|
|
|
7133
6629
|
coinbase?: any;
|
|
7134
6630
|
feeRecipient?: any;
|
|
7135
6631
|
};
|
|
7136
|
-
gasSettings: {
|
|
7137
|
-
gasLimits: {
|
|
7138
|
-
daGas: string | number | bigint;
|
|
7139
|
-
l2Gas: string | number | bigint;
|
|
7140
|
-
};
|
|
7141
|
-
teardownGasLimits: {
|
|
7142
|
-
daGas: string | number | bigint;
|
|
7143
|
-
l2Gas: string | number | bigint;
|
|
7144
|
-
};
|
|
7145
|
-
maxFeesPerGas: {
|
|
7146
|
-
feePerDaGas: string;
|
|
7147
|
-
feePerL2Gas: string;
|
|
7148
|
-
};
|
|
7149
|
-
maxPriorityFeesPerGas: {
|
|
7150
|
-
feePerDaGas: string;
|
|
7151
|
-
feePerL2Gas: string;
|
|
7152
|
-
};
|
|
7153
|
-
};
|
|
7154
6632
|
nonRevertibleAccumulatedData: {
|
|
7155
6633
|
noteHashes: string[];
|
|
7156
6634
|
nullifiers: string[];
|
|
@@ -7177,10 +6655,6 @@ export declare class AvmCircuitInputs {
|
|
|
7177
6655
|
contractAddress?: any;
|
|
7178
6656
|
msgSender?: any;
|
|
7179
6657
|
} | null;
|
|
7180
|
-
gasUsedByPrivate: {
|
|
7181
|
-
daGas: string | number | bigint;
|
|
7182
|
-
l2Gas: string | number | bigint;
|
|
7183
|
-
};
|
|
7184
6658
|
};
|
|
7185
6659
|
contractInstances: {
|
|
7186
6660
|
salt: string;
|
|
@@ -7482,24 +6956,6 @@ export declare class AvmCircuitInputs {
|
|
|
7482
6956
|
coinbase?: any;
|
|
7483
6957
|
feeRecipient?: any;
|
|
7484
6958
|
};
|
|
7485
|
-
gasSettings: {
|
|
7486
|
-
gasLimits: {
|
|
7487
|
-
daGas: string | number | bigint;
|
|
7488
|
-
l2Gas: string | number | bigint;
|
|
7489
|
-
};
|
|
7490
|
-
teardownGasLimits: {
|
|
7491
|
-
daGas: string | number | bigint;
|
|
7492
|
-
l2Gas: string | number | bigint;
|
|
7493
|
-
};
|
|
7494
|
-
maxFeesPerGas: {
|
|
7495
|
-
feePerDaGas: string;
|
|
7496
|
-
feePerL2Gas: string;
|
|
7497
|
-
};
|
|
7498
|
-
maxPriorityFeesPerGas: {
|
|
7499
|
-
feePerDaGas: string;
|
|
7500
|
-
feePerL2Gas: string;
|
|
7501
|
-
};
|
|
7502
|
-
};
|
|
7503
6959
|
nonRevertibleAccumulatedData: {
|
|
7504
6960
|
noteHashes: string[];
|
|
7505
6961
|
nullifiers: string[];
|
|
@@ -7526,10 +6982,6 @@ export declare class AvmCircuitInputs {
|
|
|
7526
6982
|
contractAddress?: any;
|
|
7527
6983
|
msgSender?: any;
|
|
7528
6984
|
} | null;
|
|
7529
|
-
gasUsedByPrivate: {
|
|
7530
|
-
daGas: string | number | bigint;
|
|
7531
|
-
l2Gas: string | number | bigint;
|
|
7532
|
-
};
|
|
7533
6985
|
};
|
|
7534
6986
|
contractInstances: {
|
|
7535
6987
|
salt: string;
|
|
@@ -7974,7 +7426,7 @@ export declare class AvmCircuitInputs {
|
|
|
7974
7426
|
}, {
|
|
7975
7427
|
daGas: string | number | bigint;
|
|
7976
7428
|
l2Gas: string | number | bigint;
|
|
7977
|
-
}>, Gas, {
|
|
7429
|
+
}>, import("../gas/gas.js").Gas, {
|
|
7978
7430
|
daGas: string | number | bigint;
|
|
7979
7431
|
l2Gas: string | number | bigint;
|
|
7980
7432
|
}>;
|
|
@@ -7988,7 +7440,7 @@ export declare class AvmCircuitInputs {
|
|
|
7988
7440
|
}, {
|
|
7989
7441
|
daGas: string | number | bigint;
|
|
7990
7442
|
l2Gas: string | number | bigint;
|
|
7991
|
-
}>, Gas, {
|
|
7443
|
+
}>, import("../gas/gas.js").Gas, {
|
|
7992
7444
|
daGas: string | number | bigint;
|
|
7993
7445
|
l2Gas: string | number | bigint;
|
|
7994
7446
|
}>;
|
|
@@ -8001,7 +7453,7 @@ export declare class AvmCircuitInputs {
|
|
|
8001
7453
|
}, {
|
|
8002
7454
|
daGas: string | number | bigint;
|
|
8003
7455
|
l2Gas: string | number | bigint;
|
|
8004
|
-
}>, Gas, {
|
|
7456
|
+
}>, import("../gas/gas.js").Gas, {
|
|
8005
7457
|
daGas: string | number | bigint;
|
|
8006
7458
|
l2Gas: string | number | bigint;
|
|
8007
7459
|
}>;
|
|
@@ -8032,8 +7484,8 @@ export declare class AvmCircuitInputs {
|
|
|
8032
7484
|
feePerL2Gas: string;
|
|
8033
7485
|
}>;
|
|
8034
7486
|
}, "strip", z.ZodTypeAny, {
|
|
8035
|
-
gasLimits: Gas;
|
|
8036
|
-
teardownGasLimits: Gas;
|
|
7487
|
+
gasLimits: import("../gas/gas.js").Gas;
|
|
7488
|
+
teardownGasLimits: import("../gas/gas.js").Gas;
|
|
8037
7489
|
maxFeesPerGas: import("../gas/gas_fees.js").GasFees;
|
|
8038
7490
|
maxPriorityFeesPerGas: import("../gas/gas_fees.js").GasFees;
|
|
8039
7491
|
}, {
|
|
@@ -8053,7 +7505,7 @@ export declare class AvmCircuitInputs {
|
|
|
8053
7505
|
feePerDaGas: string;
|
|
8054
7506
|
feePerL2Gas: string;
|
|
8055
7507
|
};
|
|
8056
|
-
}>, GasSettings, {
|
|
7508
|
+
}>, import("../gas/gas_settings.js").GasSettings, {
|
|
8057
7509
|
gasLimits: {
|
|
8058
7510
|
daGas: string | number | bigint;
|
|
8059
7511
|
l2Gas: string | number | bigint;
|
|
@@ -8072,23 +7524,6 @@ export declare class AvmCircuitInputs {
|
|
|
8072
7524
|
};
|
|
8073
7525
|
}>;
|
|
8074
7526
|
feePayer: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
|
|
8075
|
-
publicCallRequestArrayLengths: z.ZodEffects<z.ZodObject<{
|
|
8076
|
-
setupCalls: z.ZodNumber;
|
|
8077
|
-
appLogicCalls: z.ZodNumber;
|
|
8078
|
-
teardownCall: z.ZodBoolean;
|
|
8079
|
-
}, "strip", z.ZodTypeAny, {
|
|
8080
|
-
setupCalls: number;
|
|
8081
|
-
appLogicCalls: number;
|
|
8082
|
-
teardownCall: boolean;
|
|
8083
|
-
}, {
|
|
8084
|
-
setupCalls: number;
|
|
8085
|
-
appLogicCalls: number;
|
|
8086
|
-
teardownCall: boolean;
|
|
8087
|
-
}>, import("../kernel/public_call_request.js").PublicCallRequestArrayLengths, {
|
|
8088
|
-
setupCalls: number;
|
|
8089
|
-
appLogicCalls: number;
|
|
8090
|
-
teardownCall: boolean;
|
|
8091
|
-
}>;
|
|
8092
7527
|
publicSetupCallRequests: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
8093
7528
|
msgSender: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
|
|
8094
7529
|
contractAddress: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
|
|
@@ -8422,35 +7857,10 @@ export declare class AvmCircuitInputs {
|
|
|
8422
7857
|
}, {
|
|
8423
7858
|
daGas: string | number | bigint;
|
|
8424
7859
|
l2Gas: string | number | bigint;
|
|
8425
|
-
}>, Gas, {
|
|
7860
|
+
}>, import("../gas/gas.js").Gas, {
|
|
8426
7861
|
daGas: string | number | bigint;
|
|
8427
7862
|
l2Gas: string | number | bigint;
|
|
8428
7863
|
}>;
|
|
8429
|
-
accumulatedDataArrayLengths: z.ZodEffects<z.ZodObject<{
|
|
8430
|
-
noteHashes: z.ZodNumber;
|
|
8431
|
-
nullifiers: z.ZodNumber;
|
|
8432
|
-
l2ToL1Msgs: z.ZodNumber;
|
|
8433
|
-
publicLogs: z.ZodNumber;
|
|
8434
|
-
publicDataWrites: z.ZodNumber;
|
|
8435
|
-
}, "strip", z.ZodTypeAny, {
|
|
8436
|
-
noteHashes: number;
|
|
8437
|
-
nullifiers: number;
|
|
8438
|
-
l2ToL1Msgs: number;
|
|
8439
|
-
publicLogs: number;
|
|
8440
|
-
publicDataWrites: number;
|
|
8441
|
-
}, {
|
|
8442
|
-
noteHashes: number;
|
|
8443
|
-
nullifiers: number;
|
|
8444
|
-
l2ToL1Msgs: number;
|
|
8445
|
-
publicLogs: number;
|
|
8446
|
-
publicDataWrites: number;
|
|
8447
|
-
}>, import("./avm_accumulated_data.js").AvmAccumulatedDataArrayLengths, {
|
|
8448
|
-
noteHashes: number;
|
|
8449
|
-
nullifiers: number;
|
|
8450
|
-
l2ToL1Msgs: number;
|
|
8451
|
-
publicLogs: number;
|
|
8452
|
-
publicDataWrites: number;
|
|
8453
|
-
}>;
|
|
8454
7864
|
accumulatedData: z.ZodEffects<z.ZodObject<{
|
|
8455
7865
|
noteHashes: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
8456
7866
|
nullifiers: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
@@ -8548,13 +7958,12 @@ export declare class AvmCircuitInputs {
|
|
|
8548
7958
|
reverted: z.ZodBoolean;
|
|
8549
7959
|
}, "strip", z.ZodTypeAny, {
|
|
8550
7960
|
globalVariables: GlobalVariables;
|
|
8551
|
-
gasSettings: GasSettings;
|
|
7961
|
+
gasSettings: import("../gas/gas_settings.js").GasSettings;
|
|
8552
7962
|
publicTeardownCallRequest: import("../kernel/public_call_request.js").PublicCallRequest;
|
|
8553
7963
|
transactionFee: Fr;
|
|
8554
7964
|
feePayer: AztecAddress;
|
|
8555
7965
|
startTreeSnapshots: TreeSnapshots;
|
|
8556
|
-
startGasUsed: Gas;
|
|
8557
|
-
publicCallRequestArrayLengths: import("../kernel/public_call_request.js").PublicCallRequestArrayLengths;
|
|
7966
|
+
startGasUsed: import("../gas/gas.js").Gas;
|
|
8558
7967
|
publicSetupCallRequests: import("../kernel/public_call_request.js").PublicCallRequest[];
|
|
8559
7968
|
publicAppLogicCallRequests: import("../kernel/public_call_request.js").PublicCallRequest[];
|
|
8560
7969
|
previousNonRevertibleAccumulatedDataArrayLengths: import("../kernel/private_to_avm_accumulated_data.js").PrivateToAvmAccumulatedDataArrayLengths;
|
|
@@ -8562,8 +7971,7 @@ export declare class AvmCircuitInputs {
|
|
|
8562
7971
|
previousNonRevertibleAccumulatedData: import("../kernel/private_to_avm_accumulated_data.js").PrivateToAvmAccumulatedData;
|
|
8563
7972
|
previousRevertibleAccumulatedData: import("../kernel/private_to_avm_accumulated_data.js").PrivateToAvmAccumulatedData;
|
|
8564
7973
|
endTreeSnapshots: TreeSnapshots;
|
|
8565
|
-
endGasUsed: Gas;
|
|
8566
|
-
accumulatedDataArrayLengths: import("./avm_accumulated_data.js").AvmAccumulatedDataArrayLengths;
|
|
7974
|
+
endGasUsed: import("../gas/gas.js").Gas;
|
|
8567
7975
|
accumulatedData: import("./avm_accumulated_data.js").AvmAccumulatedData;
|
|
8568
7976
|
reverted: boolean;
|
|
8569
7977
|
}, {
|
|
@@ -8627,11 +8035,6 @@ export declare class AvmCircuitInputs {
|
|
|
8627
8035
|
daGas: string | number | bigint;
|
|
8628
8036
|
l2Gas: string | number | bigint;
|
|
8629
8037
|
};
|
|
8630
|
-
publicCallRequestArrayLengths: {
|
|
8631
|
-
setupCalls: number;
|
|
8632
|
-
appLogicCalls: number;
|
|
8633
|
-
teardownCall: boolean;
|
|
8634
|
-
};
|
|
8635
8038
|
publicSetupCallRequests: {
|
|
8636
8039
|
isStaticCall: boolean;
|
|
8637
8040
|
calldataHash: string;
|
|
@@ -8700,13 +8103,6 @@ export declare class AvmCircuitInputs {
|
|
|
8700
8103
|
daGas: string | number | bigint;
|
|
8701
8104
|
l2Gas: string | number | bigint;
|
|
8702
8105
|
};
|
|
8703
|
-
accumulatedDataArrayLengths: {
|
|
8704
|
-
noteHashes: number;
|
|
8705
|
-
nullifiers: number;
|
|
8706
|
-
l2ToL1Msgs: number;
|
|
8707
|
-
publicLogs: number;
|
|
8708
|
-
publicDataWrites: number;
|
|
8709
|
-
};
|
|
8710
8106
|
accumulatedData: {
|
|
8711
8107
|
noteHashes: string[];
|
|
8712
8108
|
nullifiers: string[];
|
|
@@ -8787,11 +8183,6 @@ export declare class AvmCircuitInputs {
|
|
|
8787
8183
|
daGas: string | number | bigint;
|
|
8788
8184
|
l2Gas: string | number | bigint;
|
|
8789
8185
|
};
|
|
8790
|
-
publicCallRequestArrayLengths: {
|
|
8791
|
-
setupCalls: number;
|
|
8792
|
-
appLogicCalls: number;
|
|
8793
|
-
teardownCall: boolean;
|
|
8794
|
-
};
|
|
8795
8186
|
publicSetupCallRequests: {
|
|
8796
8187
|
isStaticCall: boolean;
|
|
8797
8188
|
calldataHash: string;
|
|
@@ -8860,13 +8251,6 @@ export declare class AvmCircuitInputs {
|
|
|
8860
8251
|
daGas: string | number | bigint;
|
|
8861
8252
|
l2Gas: string | number | bigint;
|
|
8862
8253
|
};
|
|
8863
|
-
accumulatedDataArrayLengths: {
|
|
8864
|
-
noteHashes: number;
|
|
8865
|
-
nullifiers: number;
|
|
8866
|
-
l2ToL1Msgs: number;
|
|
8867
|
-
publicLogs: number;
|
|
8868
|
-
publicDataWrites: number;
|
|
8869
|
-
};
|
|
8870
8254
|
accumulatedData: {
|
|
8871
8255
|
noteHashes: string[];
|
|
8872
8256
|
nullifiers: string[];
|
|
@@ -8952,11 +8336,6 @@ export declare class AvmCircuitInputs {
|
|
|
8952
8336
|
daGas: string | number | bigint;
|
|
8953
8337
|
l2Gas: string | number | bigint;
|
|
8954
8338
|
};
|
|
8955
|
-
publicCallRequestArrayLengths: {
|
|
8956
|
-
setupCalls: number;
|
|
8957
|
-
appLogicCalls: number;
|
|
8958
|
-
teardownCall: boolean;
|
|
8959
|
-
};
|
|
8960
8339
|
publicSetupCallRequests: {
|
|
8961
8340
|
isStaticCall: boolean;
|
|
8962
8341
|
calldataHash: string;
|
|
@@ -9025,13 +8404,6 @@ export declare class AvmCircuitInputs {
|
|
|
9025
8404
|
daGas: string | number | bigint;
|
|
9026
8405
|
l2Gas: string | number | bigint;
|
|
9027
8406
|
};
|
|
9028
|
-
accumulatedDataArrayLengths: {
|
|
9029
|
-
noteHashes: number;
|
|
9030
|
-
nullifiers: number;
|
|
9031
|
-
l2ToL1Msgs: number;
|
|
9032
|
-
publicLogs: number;
|
|
9033
|
-
publicDataWrites: number;
|
|
9034
|
-
};
|
|
9035
8407
|
accumulatedData: {
|
|
9036
8408
|
noteHashes: string[];
|
|
9037
8409
|
nullifiers: string[];
|
|
@@ -9068,24 +8440,6 @@ export declare class AvmCircuitInputs {
|
|
|
9068
8440
|
coinbase?: any;
|
|
9069
8441
|
feeRecipient?: any;
|
|
9070
8442
|
};
|
|
9071
|
-
gasSettings: {
|
|
9072
|
-
gasLimits: {
|
|
9073
|
-
daGas: string | number | bigint;
|
|
9074
|
-
l2Gas: string | number | bigint;
|
|
9075
|
-
};
|
|
9076
|
-
teardownGasLimits: {
|
|
9077
|
-
daGas: string | number | bigint;
|
|
9078
|
-
l2Gas: string | number | bigint;
|
|
9079
|
-
};
|
|
9080
|
-
maxFeesPerGas: {
|
|
9081
|
-
feePerDaGas: string;
|
|
9082
|
-
feePerL2Gas: string;
|
|
9083
|
-
};
|
|
9084
|
-
maxPriorityFeesPerGas: {
|
|
9085
|
-
feePerDaGas: string;
|
|
9086
|
-
feePerL2Gas: string;
|
|
9087
|
-
};
|
|
9088
|
-
};
|
|
9089
8443
|
nonRevertibleAccumulatedData: {
|
|
9090
8444
|
noteHashes: string[];
|
|
9091
8445
|
nullifiers: string[];
|
|
@@ -9112,10 +8466,6 @@ export declare class AvmCircuitInputs {
|
|
|
9112
8466
|
contractAddress?: any;
|
|
9113
8467
|
msgSender?: any;
|
|
9114
8468
|
} | null;
|
|
9115
|
-
gasUsedByPrivate: {
|
|
9116
|
-
daGas: string | number | bigint;
|
|
9117
|
-
l2Gas: string | number | bigint;
|
|
9118
|
-
};
|
|
9119
8469
|
};
|
|
9120
8470
|
contractInstances: {
|
|
9121
8471
|
salt: string;
|
|
@@ -9464,11 +8814,6 @@ export declare class AvmCircuitInputs {
|
|
|
9464
8814
|
daGas: string | number | bigint;
|
|
9465
8815
|
l2Gas: string | number | bigint;
|
|
9466
8816
|
};
|
|
9467
|
-
publicCallRequestArrayLengths: {
|
|
9468
|
-
setupCalls: number;
|
|
9469
|
-
appLogicCalls: number;
|
|
9470
|
-
teardownCall: boolean;
|
|
9471
|
-
};
|
|
9472
8817
|
publicSetupCallRequests: {
|
|
9473
8818
|
isStaticCall: boolean;
|
|
9474
8819
|
calldataHash: string;
|
|
@@ -9537,13 +8882,6 @@ export declare class AvmCircuitInputs {
|
|
|
9537
8882
|
daGas: string | number | bigint;
|
|
9538
8883
|
l2Gas: string | number | bigint;
|
|
9539
8884
|
};
|
|
9540
|
-
accumulatedDataArrayLengths: {
|
|
9541
|
-
noteHashes: number;
|
|
9542
|
-
nullifiers: number;
|
|
9543
|
-
l2ToL1Msgs: number;
|
|
9544
|
-
publicLogs: number;
|
|
9545
|
-
publicDataWrites: number;
|
|
9546
|
-
};
|
|
9547
8885
|
accumulatedData: {
|
|
9548
8886
|
noteHashes: string[];
|
|
9549
8887
|
nullifiers: string[];
|
|
@@ -9580,24 +8918,6 @@ export declare class AvmCircuitInputs {
|
|
|
9580
8918
|
coinbase?: any;
|
|
9581
8919
|
feeRecipient?: any;
|
|
9582
8920
|
};
|
|
9583
|
-
gasSettings: {
|
|
9584
|
-
gasLimits: {
|
|
9585
|
-
daGas: string | number | bigint;
|
|
9586
|
-
l2Gas: string | number | bigint;
|
|
9587
|
-
};
|
|
9588
|
-
teardownGasLimits: {
|
|
9589
|
-
daGas: string | number | bigint;
|
|
9590
|
-
l2Gas: string | number | bigint;
|
|
9591
|
-
};
|
|
9592
|
-
maxFeesPerGas: {
|
|
9593
|
-
feePerDaGas: string;
|
|
9594
|
-
feePerL2Gas: string;
|
|
9595
|
-
};
|
|
9596
|
-
maxPriorityFeesPerGas: {
|
|
9597
|
-
feePerDaGas: string;
|
|
9598
|
-
feePerL2Gas: string;
|
|
9599
|
-
};
|
|
9600
|
-
};
|
|
9601
8921
|
nonRevertibleAccumulatedData: {
|
|
9602
8922
|
noteHashes: string[];
|
|
9603
8923
|
nullifiers: string[];
|
|
@@ -9624,10 +8944,6 @@ export declare class AvmCircuitInputs {
|
|
|
9624
8944
|
contractAddress?: any;
|
|
9625
8945
|
msgSender?: any;
|
|
9626
8946
|
} | null;
|
|
9627
|
-
gasUsedByPrivate: {
|
|
9628
|
-
daGas: string | number | bigint;
|
|
9629
|
-
l2Gas: string | number | bigint;
|
|
9630
|
-
};
|
|
9631
8947
|
};
|
|
9632
8948
|
contractInstances: {
|
|
9633
8949
|
salt: string;
|