UNPKG

astra-router-sdk

Version:

An sdk for routing swaps using Astra Classic and Astra CL.

12 lines (11 loc) 405 B
import { Interface } from '@ethersproject/abi'; import { BigintIsh } from 'astra-sdk-core'; export declare type Validation = BigintIsh | string; export declare abstract class MulticallExtended { static INTERFACE: Interface; /** * Cannot be constructed. */ private constructor(); static encodeMulticall(calldatas: string | string[], validation?: Validation): string; }