UNPKG

axie-ronin-ethers-js-tools

Version:

A set of functions that make it easier for developers to interact with their Axies on the Ronin network and the maketplace.

8 lines (7 loc) 253 B
import { HardhatRuntimeEnvironment } from "hardhat/types"; export default function listAllAxies(taskArgs: { basePrice: string; endedPrice?: string; duration?: string; gasLimit?: number; }, hre: HardhatRuntimeEnvironment): Promise<void>;