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
/
types
/
index.d.ts
8 lines
(7 loc)
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
{
LakeContext
}
from
'./lakeContext'
;
export
{
Block
}
from
'./block'
;
export
{
Event
}
from
'./events'
;
export
{
Receipt
}
from
'./receipts'
;
export
{
StateChange
}
from
'./stateChanges'
;
export
{
Transaction
}
from
'./transactions'
;
export
*
from
'./core'
;