UNPKG

@heliofi/evm-adapter

Version:

API to interact with Helio Finances program on EVM chains.

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