UNPKG

@tatumio/tatum-v1

Version:

Tatum API client allows browsers and Node.js clients to interact with Tatum API.

98 lines (97 loc) 2.24 kB
declare const _default: { entrys: ({ inputs: { name: string; type: string; }[]; stateMutability: string; type: string; name?: undefined; outputs?: undefined; constant?: undefined; payable?: undefined; } | { inputs: ({ indexed: boolean; name: string; type: string; } | { name: string; type: string; indexed?: undefined; })[]; name: string; type: string; stateMutability?: undefined; outputs?: undefined; constant?: undefined; payable?: undefined; } | { inputs: { name: string; type: string; }[]; name: string; stateMutability: string; type: string; outputs?: undefined; constant?: undefined; payable?: undefined; } | { outputs: { type: string; }[]; constant: boolean; inputs: { name: string; type: string; }[]; name: string; stateMutability: string; type: string; payable?: undefined; } | { outputs: { type: string; }[]; constant: boolean; name: string; stateMutability: string; type: string; inputs?: undefined; payable?: undefined; } | { outputs: { type: string; }[]; inputs: { name: string; type: string; }[]; name: string; stateMutability: string; type: string; constant?: undefined; payable?: undefined; } | { name: string; stateMutability: string; type: string; inputs?: undefined; outputs?: undefined; constant?: undefined; payable?: undefined; } | { payable: boolean; inputs: { name: string; type: string; }[]; name: string; stateMutability: string; type: string; outputs?: undefined; constant?: undefined; })[]; }; export default _default;