UNPKG
@near-lake/primitives
Version:
latest (0.5.2)
0.5.2
0.5.0
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0
Near Protocol primitive datatypes utilized by near-lake-framework and QueryAPI
@near-lake/primitives
/
dist
/
src
/
fromBorsh.d.ts
4 lines
(3 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
import
*
as
borsh
from
"borsh"
;
export
*
from
"borsher"
;
export
declare
const
fromBorsh
:
(
schema
: borsh.
Schema
,
encoded
:
Uint8Array
) =>
import
(
"borsh/lib/types/types"
).
DecodeTypes
;