7 unstable releases (3 breaking)
0.26.0 | Jan 7, 2025 |
---|---|
0.24.1 | Oct 25, 2024 |
0.23.0 | Jul 16, 2024 |
0.22.2 | May 29, 2024 |
#25 in #abstract
178 downloads per month
Used in 24 crates
(23 directly)
375KB
9K
SLoC
Abstract
This package contains everything you need to interact with Abstract contracts.
This package contains:
- Abstract contract interface messages
- Abstract contract states
- Abstract objects (preferably use the re-exported version in Abstract-SDK)
Usage
// Import a contract Exec/Init/Query message
abstract_std::contract::ExecuteMsg
// Import a contract state lay-out
abstract_std::contract::state::STATE
// Import a state object
abstract_std::object::ProxyValue;
Messages
Each interface in individually commented.
States
Each state-layout is also individually covered
Objects
Abstract Objects are used to store information along with helper functions. We provide these as imports so the data can be retrieved externally (using Raw Queries).
If you want to use these objects in your own contracts we suggest using the abstract-sdk package.
Dependencies
~5–21MB
~253K SLoC