UNPKG

o3-dapi-ont

Version:
7 lines 244 B
interface GetBlockHeightByTxHashInput { hash: string; network: string; } export declare function getBlockHeightByTxHash(data: GetBlockHeightByTxHashInput): Promise<number>; export {}; //# sourceMappingURL=getBlockHeightByTxHash.d.ts.map