MsgCreateDenomResponse is the return value of MsgCreateDenom It returns the full string of the newly created denom

interface MsgCreateDenomResponseAmino {
    new_token_denom?: string;
}

Properties

Properties

new_token_denom?: string