UNPKG

axie-tools

Version:

TypeScript library and CLI tool for interacting with Axie Infinity marketplace and NFTs on Ronin network. Features marketplace operations (buy/sell/delist), batch transfers, and wallet information.

3 lines (2 loc) 132 B
import { type Signer } from "ethers"; export default function cancelMarketplaceOrder(axieId: number, signer: Signer): Promise<any>;