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.

6 lines (5 loc) 320 B
import type { HardhatRuntimeEnvironment } from "hardhat/types"; export declare function refreshAccessToken(refresh_token: { token: string; }, hre: HardhatRuntimeEnvironment): Promise<string | undefined>; export declare function generateMartketplaceAccessToken({}: {}, hre: HardhatRuntimeEnvironment): Promise<void>;