Expand description
§wasmify-rs
wasmify-rs
is a Rust library for WebAssembly optimization and smart contract monitoring.
Re-exports§
pub use contracts::deploy::deploy_contract;
pub use contracts::abi::parse_abi;
pub use contracts::gas::estimate_gas;
pub use contracts::gas::check_gas_limit;
pub use contracts::gas::optimize_gas_dynamically;
pub use contracts::interaction::call_contract_function;
pub use contracts::interaction::fetch_contract_data;
pub use contracts::watch::watch_contract_transactions;
pub use contracts::contract_update::update_contract;
pub use contracts::monitor::monitor_contract_activity;
pub use crate::framework::async_operations::perform_optimized_operations;
Modules§
- contracts
- Smart contract-related modules and functionalities.
- framework
- Framework modules for optimization and asynchronous operations.
Macros§
Structs§
- Duration
- A
Duration
type to represent a span of time, typically used for system timeouts. - Instant
- A measurement of a monotonically nondecreasing clock.
Opaque and useful only with
Duration
. - Local
- The local timescale.
Functions§
- init_
logging - Initializes the logging configuration for the application.