Docs.rs
ic-solidity-bindgen-0.1.25
ic-solidity-bindgen 0.1.25
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
hide-yoshi
darroze-ar
ryuzo-nakata
Dependencies
async-trait ^0.1.50
normal
derive_builder ^0.12.0
normal
hex ^0.4.3
normal
ic-cdk ^0.13.2
normal
ic-solidity-bindgen-macros ^0.1.17
normal
ic-web3-rs ^0.1.11
normal
jsonrpc-core ^18.0.0
normal
serde_json ^1.0.96
normal
Versions
12%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ic_
solidity_
bindgen
0.1.25
All Items
Crate Items
Modules
Macros
Structs
Traits
Crate
ic_solidity_bindgen
Copy item path
Source
Modules
§
rpc_
methods
types
Macros
§
contract_
abi
Generates a struct which allow you to call contract functions. The output struct will have the same name as the file, and have individual async methods for each contract function with parameters and output corresponding to the ABI.
contract_
abis
Generate ABIs for an entire build directory. This is the same as calling
contract_abi
for each file in the directory.
Structs
§
Web3
Context
Common data associated with multiple contracts.
Web3
Provider
Mostly exists to map to the new futures. This is the “untyped” API which the generated types will use.
Traits
§
Call
Provider
Context
LogProvider
Send
Provider