andromeda-std 1.0.0

The standard library for creating an Andromeda Digital Object
Documentation
1
2
3
4
5
6
7
use cosmwasm_schema::cw_serde;
use cosmwasm_std::Addr;

#[cw_serde]
pub struct AppContractResponse {
    pub app_contract: Addr,
}