UNPKG

@heliofi/evm-adapter

Version:

API to interact with Helio Finances program on EVM chains.

3 lines (2 loc) 217 B
import { JsonRpcSigner, TransactionResponse } from 'ethers'; export declare const directErc20Transfer: (signer: JsonRpcSigner, recipient: string, amount: bigint, tokenAddress: string) => Promise<TransactionResponse>;