abstract-core-testing

Crates.ioabstract-core-testing
lib.rsabstract-core-testing
version0.15.0
sourcesrc
created_at2023-05-24 10:50:39.942985
updated_at2023-05-24 10:50:39.942985
descriptionAbstract contract interfaces and storage layouts
homepage
repositoryhttps://github.com/AbstractSDK/contracts
max_upload_size
id872933
size269,199
(Kayanski)

documentation

README

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_core::contract::ExecuteMsg
// Import a contract state lay-out
abstract_core::contract::state::STATE
// Import a state object
abstract_core::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.

Commit count: 882

cargo fmt