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) 195 B
import type { HardhatRuntimeEnvironment } from "hardhat/types"; export default function sendRON(taskArgs: { to: string; amount: string; }, hre: HardhatRuntimeEnvironment): Promise<void>;