UNPKG

@eco-foundation/routes-ts

Version:

The Eco Routes Protocol is a decentralized intent based system that allows users to submit their intent to the network and have it fulfilled by a solver on the destination rollup of their choise.

9 lines (8 loc) 221 B
import { Hex } from 'viem'; /** * Encodes a erc20 transfer * @param to the address to send to * @param value the amount to send * @returns */ export declare function encodeERC20Transfer(to: Hex, value: bigint): Hex;