pub struct CreateDenomResponse {
pub new_token_denom: String,
}Expand description
This is in the data field in the reply from a TokenFactoryMsg::CreateDenom SubMsg Custom code to parse from protobuf with minimal wasm bytecode bloat
Fields§
§new_token_denom: StringImplementations§
Auto Trait Implementations§
impl Freeze for CreateDenomResponse
impl RefUnwindSafe for CreateDenomResponse
impl Send for CreateDenomResponse
impl Sync for CreateDenomResponse
impl Unpin for CreateDenomResponse
impl UnwindSafe for CreateDenomResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more