UNPKG

@linenext/dapp-portal-sdk

Version:

Dapp Portal SDK

8 lines (7 loc) 272 B
export declare class BalanceApiClient { private readonly baseUrl; constructor(baseUrl: string); getErc20BalanceWithDeposited: (walletType: string, walletAddress: string, contractAddress: string, chainId: string) => Promise<{ balance: string; }>; }