UNPKG

@near-lake/primitives

Version:

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

4 lines (3 loc) 181 B
import * as borsh from "borsh"; export * from "borsher"; export declare const fromBorsh: (schema: borsh.Schema, encoded: Uint8Array) => import("borsh/lib/types/types").DecodeTypes;