UNPKG

hermes-v2-sdk

Version:

⚒️ An SDK for building applications on top of Hermes V2

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