UNPKG

o3-dapi-ont

Version:
10 lines 284 B
import { Parameter } from './common'; interface InvokeReadInput { scriptHash: string; operation: string; args?: Parameter[]; network: string; } export declare function invokeRead(data: InvokeReadInput): Promise<any>; export {}; //# sourceMappingURL=invokeRead.d.ts.map