Skip to main content

execute_send_from

Function execute_send_from 

Source
pub fn execute_send_from(
    deps: DepsMut<'_>,
    env: Env,
    info: MessageInfo,
    owner: String,
    contract: String,
    amount: Uint128,
    msg: Binary,
) -> Result<Response, ContractError>