Struct cw20::MinterResponse [−][src]
Fields
minter: Stringcap: Option<Uint128>cap is a hard cap on total supply that can be achieved by minting. Note that this refers to total_supply. If None, there is unlimited cap.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for MinterResponse
impl Send for MinterResponse
impl Sync for MinterResponse
impl Unpin for MinterResponse
impl UnwindSafe for MinterResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
