UNPKG

loopring-lightcone

Version:

A library to interact with the Loopring relayer system

5 lines (3 loc) 174 B
const { request } = require("../../../request"); exports.postWithdrawal = async (signedTransaction) => request("POST", "api/v2/sendEthTx", { data: signedTransaction });