Docs.rs
  • abstract-sdk-0.0.1
    • abstract-sdk 0.0.1
    • Docs.rs crate page
    • GPL-3.0-or-later
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • CyberHoward
    • github:abstractsdk:crates
    • Dependencies
      • abstract-core ^0.0.1 normal
      • abstract-macros ^0.0.1 normal
      • abstract-testing ^0.0.1 normal
      • cosmwasm-schema ^1.1 normal
      • cosmwasm-std ^1.1 normal
      • cw-asset ^3.0 normal
      • cw-controllers ^1.0 normal
      • cw-storage-plus ^1.0 normal
      • cw2 ^1.0 normal
      • cw20 ^1.0 normal
      • schemars ^0.8 normal
      • semver ^1.0 normal
      • serde ^1.0 normal
      • thiserror ^1.0 normal
      • abstract-ica ^0.0.1 dev
      • cosmwasm-schema ^1.1 dev
      • cw-ownable ^0.5 dev
      • doc-comment ^0.3.3 dev
      • speculoos ^0.11.0 dev
    • Versions
    • 66.67% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Module base

  • Structs
  • Traits
  • Type Definitions
?
Change settings

Module abstract_sdk::base

source ·
Expand description

Base of an Abstract Module and its features.

Is used by the abstract-api, abstract-ibc-host and abstract-app crates.

Structs

  • AbstractContract
    Abstract generic contract

Traits

  • ExecuteEndpoint
  • Handler
  • IbcCallbackEndpoint
  • InstantiateEndpoint
  • MigrateEndpoint
  • QueryEndpoint
  • ReceiveEndpoint
  • ReplyEndpoint
  • SudoEndpoint

Type Definitions

  • ExecuteHandlerFn
  • IbcCallbackHandlerFn
  • InstantiateHandlerFn
  • MigrateHandlerFn
  • QueryHandlerFn
  • ReceiveHandlerFn
  • ReplyHandlerFn
  • SudoHandlerFn
  • VersionString