Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockBroadcast ¶
type BlockBroadcast struct { ID 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 BlockIDExt ¶
type BlockSignature ¶
type DataFull ¶
type DataFull struct { ID 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 BlockIDExt `tl:"struct"`
}
type DownloadBlockFull ¶
type DownloadBlockFull struct {
Block BlockIDExt `tl:"struct"`
}
type ExternalMessage ¶
type ExternalMessage struct {
Data []byte `tl:"bytes"`
}
type NewExternalMessageBroadcast ¶
type NewExternalMessageBroadcast struct {
Message ExternalMessage `tl:"struct"`
}
type NewShardBlock ¶
type NewShardBlock struct { ID BlockIDExt `tl:"struct"` CCSeqno int32 `tl:"int"` Data []byte `tl:"bytes"` }
type NewShardBlockBroadcast ¶
type NewShardBlockBroadcast struct {
Block NewShardBlock `tl:"struct"`
}
type ShardPublicOverlayID ¶
Click to show internal directories.
Click to hide internal directories.