[][src]Function cw3_flex_multisig::contract::handle_propose

pub fn handle_propose(
    deps: DepsMut<'_>,
    env: Env,
    info: MessageInfo,
    title: String,
    description: String,
    msgs: Vec<CosmosMsg>,
    latest: Option<Expiration>
) -> Result<HandleResponse<Empty>, ContractError>