UNPKG

o3-dapi-ont

Version:
7 lines 206 B
interface GetBlockHashInput { height: number; network: string; } export declare function getBlockHash(data: GetBlockHashInput): Promise<string>; export {}; //# sourceMappingURL=getBlockHash.d.ts.map