andromeda-std 1.0.0

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

#[cw_serde]
pub struct BlockHeightResponse {
    pub block_height: u64,
}