Documentation
¶
Overview ¶
Package syncapi exposes the *data* formats needed by trie-/code-sync. It has NO networking logic.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodeRequest ¶
type CodeRequest struct {
Hash []byte
}
type CodeResponse ¶
type CodeResponse struct {
Code []byte
}
type LeafsResponse ¶
Click to show internal directories.
Click to hide internal directories.