UNPKG

@ledgerhq/coin-algorand

Version:
7 lines 279 B
import { BlockInfo } from "@ledgerhq/coin-module-framework/api/types"; /** * Get the last confirmed block info * @returns Block info with current round (height), hash, and time */ export declare function lastBlock(): Promise<BlockInfo>; //# sourceMappingURL=lastBlock.d.ts.map