UNPKG
@ton3/liteclient
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
TON Blockchain LiteClient
github.com/tonkite/ton3-liteclient
tonkite/ton3-liteclient
@ton3/liteclient
/
dist
/
dataTypes
/
tonNode
/
zeroStateIdExt.d.ts
10 lines
(9 loc)
•
259 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
StreamReader
}
from
'../../tl/stream'
;
export
interface
ZeroStateIdExt
{
workchain
:
number
;
root_hash
:
Uint8Array
;
file_hash
:
Uint8Array
; }
export
declare
const
zeroStateIdExt
: {
read
:
(
dataReader
:
StreamReader
) =>
ZeroStateIdExt
; };