UNPKG

@pangolindex/sdk

Version:

🛠 An SDK for building applications on top of Pangolin.

10 lines (9 loc) • 273 B
import { Interface } from '@ethersproject/abi'; export declare abstract class Multicall { static INTERFACE: Interface; /** * Cannot be constructed. */ private constructor(); static encodeMulticall(calldatas: string | string[]): string; }