pub type Bytes32 = [u8; 32];
Trait Implementations§
source§impl From<MerkleTreeKey> for Bytes32
impl From<MerkleTreeKey> for Bytes32
source§fn from(value: MerkleTreeKey) -> Self
fn from(value: MerkleTreeKey) -> Self
Converts to this type from the input type.