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) 198 B
import { type Signer, type TransactionReceipt } from "ethers"; export default function buyMarketplaceOrder(axieId: number, signer: Signer, accessToken: string): Promise<TransactionReceipt | false>;