Type Alias chia_protocol::Bytes32

source ·
pub type Bytes32 = BytesImpl<32>;

Aliased Type§

struct Bytes32(/* private fields */);

Trait Implementations§

source§

impl From<TreeHash> for Bytes32

source§

fn from(value: TreeHash) -> Self

Converts to this type from the input type.