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.

4 lines (3 loc) 285 B
import { ethers } from "ethers"; export declare function transferAxie(signer: ethers.Signer, addressTo: string, axieId: string | number): Promise<any>; export declare function batchTransferAxies(signer: ethers.Signer, addressTo: string, axieIds: Array<string | number>): Promise<any>;