axie-tools
Version:
TypeScript SDK for building Axie Infinity trading bots and AI agents on Ronin network. Programmatic marketplace operations for Axies, Materials, and Consumables (buy/sell/delist), batch transfers, floor price detection, and wallet management. Includes int
5 lines (4 loc) • 303 B
TypeScript
import { Signer } from "ethers";
import { type GasPriceOptions } from "../utils";
import type { ICancellationResult } from "../marketplace";
export default function cancelMaterialOrder(materialId: string, signer: Signer, skyMavisApiKey: string, options?: GasPriceOptions): Promise<ICancellationResult>;