UNPKG

loopring-lightcone

Version:

A library to interact with the Loopring relayer system

5 lines (3 loc) 149 B
const { request } =require("../../../request"); exports.getEthereumNonce = async (owner) => await request("GET", "api/v2/ethNonce", { owner });