UNPKG

@near-lake/primitives

Version:

Near Protocol primitive datatypes utilized by near-lake-framework and QueryAPI

3 lines (2 loc) 103 B
import { Block } from "../src"; export declare function getBlock(blockHeight: number): Promise<Block>;