package
0.2501.0
Repository: https://github.com/oasisprotocol/oasis-core.git
Documentation: pkg.go.dev

# Functions

NewClient creates a new storage sync protocol client.
NewServer creates a new storage sync protocol server.

# Constants

Constants related to the GetCheckpointChunk method.
Constants related to the GetDiff method.
Constants related to the GetCheckpointChunk method.
Constants related to the GetCheckpoints method.
Constants related to the GetDiff method.
StorageSyncProtocolID is a unique protocol identifier for the storage sync protocol.

# Variables

StorageSyncProtocolVersion is the supported version of the storage sync protocol.

# Structs

Checkpoint contains checkpoint metadata together with peer information.
GetCheckpointChunkRequest is a GetCheckpointChunk request.
GetCheckpointChunkResponse is a respose to a GetCheckpointChunk request.
GetCheckpointsRequest is a GetCheckpoints request.
GetCheckpointsResponse is a response to a GetCheckpoints request.
GetDiffRequest is a GetDiff request.
GetDiffResponse is a response to a GetDiff request.

# Interfaces

Client is a storage sync protocol client.