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

interface MsgCreateDenomResponse {
    newTokenDenom: string;
}

Properties

Properties

newTokenDenom: string