UNPKG

@ledgerhq/coin-tezos

Version:
4 lines 240 B
import type { TezosContext } from '../config'; import type { BlockInfo } from '@ledgerhq/coin-module-framework/api/index'; export declare function lastBlock(context: TezosContext): Promise<BlockInfo>; //# sourceMappingURL=lastBlock.d.ts.map