Crate uniswap_sdk_core
source ·Expand description
§uniswap-sdk-core
The Uniswap SDK Core in Rust provides essential functionality for interacting with the Uniswap decentralized exchange.
Modules§
- Contains functionality related to All Contracts deployed and supported by the Uniswap SDK.
- Contains functionality related to All Contracts deployed and supported by the Uniswap SDK.
- Contains some constants and enums used in the Uniswap SDK Core
- Contains entities related to the Uniswap SDK Core, such as currencies, tokens, and fractions.
- Contains error types for the Uniswap SDK Core.
- Contains examples of how Uniswap sdk core can be used
- Contains commonly used items from the Uniswap SDK Core.
- Contains utility functions and helpers used across the Uniswap SDK Core.
Macros§
- Shorthand macro to create a
Token
with the given chain id, address, decimals, optional symbol and name.