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.

5 lines (4 loc) 289 B
import { Signer } from "ethers"; export declare function approveMarketplaceContract(signer: Signer): Promise<any>; export declare function approveWETH(signer: Signer): Promise<any>; export declare function approveBatchTransfer(signer: Signer, batchTransferAddress: string): Promise<void>;