Function cw1155_base::contract::execute_send_from[][src]

pub fn execute_send_from(
    env: ExecuteEnv<'_>,
    from: String,
    to: String,
    token_id: TokenId,
    amount: Uint128,
    msg: Option<Binary>
) -> Result<Response, ContractError>