Skip to main content

ChunkAddress

Type Alias ChunkAddress 

Source
pub type ChunkAddress = SwarmAddress;
Expand description

Type alias for chunk addresses

Aliased Type§

pub struct ChunkAddress(pub FixedBytes<32>);

Tuple Fields§

§0: FixedBytes<32>

Trait Implementations§

Source§

impl JoinRef for ChunkAddress

Source§

type Mode = PlainMode

The join mode associated with this reference type.
Source§

fn into_root_ref(self) -> Self

Convert into the root reference expected by the joiner.