@lifi/rpc-wrapper
Version:
LI.FI rpc-wrapper
35 lines (34 loc) • 668 B
TypeScript
export declare const ERC20Abi: string[];
export declare const MulticallAbi: ({
constant: boolean;
inputs: {
components: {
name: string;
type: string;
}[];
name: string;
type: string;
}[];
name: string;
outputs: {
name: string;
type: string;
}[];
payable: boolean;
stateMutability: string;
type: string;
} | {
constant: boolean;
inputs: {
name: string;
type: string;
}[];
name: string;
outputs: {
name: string;
type: string;
}[];
payable: boolean;
stateMutability: string;
type: string;
})[];