UNPKG

@heliofi/evm-adapter

Version:

API to interact with Helio Finances program on EVM chains.

3 lines (2 loc) 234 B
import { JsonRpcSigner, TransactionResponse } from 'ethers'; export declare const requestTokenAmountApproval: (signer: JsonRpcSigner, amount: bigint, chainId: number, tokenAddress: string | undefined) => Promise<TransactionResponse>;