Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockBroadcast ¶ added in v1.6.0
type BlockBroadcast struct {
ID ton.BlockIDExt `tl:"struct"`
CatchainSeqno int32 `tl:"int"`
ValidatorSetHash int32 `tl:"int"`
Signatures []BlockSignature `tl:"vector struct"`
Proof []byte `tl:"bytes"`
Data []byte `tl:"bytes"`
}
type BlockSignature ¶ added in v1.6.0
type DataFull ¶
type DataFull struct {
ID ton.BlockIDExt `tl:"struct"`
Proof []byte `tl:"bytes"`
Block []byte `tl:"bytes"`
IsLink bool `tl:"bool"`
}
type DataFullEmpty ¶
type DataFullEmpty struct{}
type DownloadBlock ¶
type DownloadBlock struct {
Block ton.BlockIDExt `tl:"struct"`
}
type DownloadBlockFull ¶
type DownloadBlockFull struct {
Block ton.BlockIDExt `tl:"struct"`
}
type ExternalMessage ¶ added in v1.6.0
type ExternalMessage struct {
Data []byte `tl:"bytes"`
}
type NewExternalMessageBroadcast ¶ added in v1.6.0
type NewExternalMessageBroadcast struct {
Message ExternalMessage `tl:"struct"`
}
type NewShardBlock ¶ added in v1.6.0
type NewShardBlock struct {
ID ton.BlockIDExt `tl:"struct"`
CCSeqno int32 `tl:"int"`
Data []byte `tl:"bytes"`
}
type NewShardBlockBroadcast ¶ added in v1.6.0
type NewShardBlockBroadcast struct {
Block NewShardBlock `tl:"struct"`
}
type ShardPublicOverlayID ¶
Click to show internal directories.
Click to hide internal directories.