1 unstable release
0.1.0 | Jul 12, 2024 |
---|
#56 in #zksync
77 downloads per month
Used in 6 crates
(4 directly)
440KB
10K
SLoC
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 Token
s
(for example, transaction input).
Dependencies
~135MB
~2.5M SLoC