node

package
v0.0.0-...-da90e6b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

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 BlockIDExt struct {
	Workchain int32  `tl:"int"`
	Shard     int64  `tl:"long"`
	Seqno     int32  `tl:"int"`
	RootHash  []byte `tl:"int256"`
	FileHash  []byte `tl:"int256"`
}

type BlockSignature

type BlockSignature struct {
	Who       []byte `tl:"int256"`
	Signature []byte `tl:"bytes"`
}

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

type ShardPublicOverlayID struct {
	Workchain         int32  `tl:"int"`
	Shard             int64  `tl:"long"`
	ZeroStateFileHash []byte `tl:"int256"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL