UNPKG

@silvana-one/mina-utils

Version:
9 lines (8 loc) 236 B
import { BlockBerryChain } from "./chain.js"; export declare function txStatusBlockberry(params: { hash: string; time: number; chain: BlockBerryChain; blockBerryApiKey: string; timeout?: number; }): Promise<string>;