Function cw20_bonding::contract::execute_sell_from[][src]

pub fn execute_sell_from(
    deps: DepsMut<'_>,
    env: Env,
    info: MessageInfo,
    curve_fn: CurveFn,
    owner: String,
    amount: Uint128
) -> Result<Response, ContractError>