UNPKG

@ledgerhq/coin-canton

Version:
4 lines 275 B
import type { BlockInfo } from "@ledgerhq/coin-module-framework/api/index"; import type { CryptoCurrency } from "@ledgerhq/ledger-wallet-framework/types"; export declare function lastBlock(currency: CryptoCurrency): Promise<BlockInfo>; //# sourceMappingURL=lastBlock.d.ts.map