Expand description
Rust Subgraph bindings.
This crates provides Rust bindings to host functions available to Subgraph modules, enabling Subgraphs to be written in Rust 🦀.
Re-exports§
pub use indexmap;
Modules§
- address
- 20-byte Ethereum addresses.
- conv
- Subgraph type to string conversions.
- crypto
- Module containing cryptographic utility functions.
- datasource
- Subgraph methods for retrieving information on the data source associated with the current mapping execution.
- ens
- ENS resolution.
- entity
- Dynamic Subgraph values.
- eth
- Ethereum, in all its glory.
- ipfs
- IPFS bindings.
- json
- Subgraph JSON values.
- log
- Subgraph logging.
- num
- store
- Entity storage.