UNPKG

@tatumio/tatum-v1

Version:

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

7 lines (6 loc) 151 B
export declare class SmartContractReadMethodInvocation { contractAddress: string; params: any[]; methodABI: any; methodName: string; }