docs.rs failed to build zksync_l1_contract_interface-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
zksync_l1_contract_interface-28.1.0-non-semver-compat
Utilities for interacting with the ZKsync L1 contract
Provides utilities both to encode input data for the contract and to decode the data provided by the contract.
This crate utilizes traits provided by the web3 crate to encode and decode
data. Tokenizable trait represents items that are encoded via single Token,
while Tokenize trait represents items that are encoded via array of Tokens
(for example, transaction input).