Interface SyncRequest

from protobuf message SyncRequest

interface SyncRequest {
    merkleTree: MerkleTreeString;
    messages: readonly EncryptedMessage[];
    nodeId: string & Brand<"NodeId">;
    userId: OwnerId;
}

Properties

merkleTree: MerkleTreeString

from protobuf field: string merkleTree = 4;

messages: readonly EncryptedMessage[]

from protobuf field: repeated EncryptedMessage messages = 1;

nodeId: string & Brand<"NodeId">

from protobuf field: string nodeId = 3;

userId: OwnerId

from protobuf field: string userId = 2;