Module alloy_zksync::types
source · Expand description
ZKsync-specific type definitions.
Structs§
- Hashes of base system contracts.
- Conversion ratio between BaseToken and ETH.
- Response type for
zks_getBlockDetails
. - Response type for
zks_getBridgeContracts
. - Response type for
zks_estimateFee
. - Static fee model parameters for the V1 fee model (no longer in active use).
- Static fee model parameters for the V2 fee model.
- Dynamic fee model parameters for the V1 fee model (no longer in active use).
- Dynamic fee model parameters for the V2 fee model.
- Response type for
zks_getL1BatchDetails
. - Configuration of the L1 verifier contract.
- Type for L2 to L1 logs that are returned as a part of
eth_getTransactionReceipt
response. - Response type for
zks_getL2ToL1LogProof
andzks_getL2ToL1MsgProof
. - A log produced by a transaction.
- Response type for
zks_getProof
. - Response type for
zks_getProtocolVersion
. - Log of a storage access.
- Merkle proof for a storage value.
- Response type for
zks_getTransactionDetails
.
Enums§
- Current status of the batch.
- Response type for
zks_getFeeParams
. - Current status of the transaction.