Skip to main content

Module block

Module block 

Source
Expand description

Async block transport trait for network operations.

Defines the interface between void-core and network backends (void-daemon). Raw &[u8] is correct here — this is a network boundary operation. Typed blob wrapping and CID verification happen in the layers above (RemoteStore, ObjectStoreExt).

Traits§

BlockTransport
Async block transport for moving encrypted blocks over the network.