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.

3 lines (2 loc) 218 B
import { Signer, ethers } from "ethers"; export default function buyMarketplaceOrder(axieId: number, signer: Signer, accessToken: string, skyMavisApiKey?: string): Promise<ethers.providers.TransactionReceipt | false>;