Type Alias cfg_primitives::types::Bytes32
source · pub type Bytes32 = FixedArray<u8, 32>;
Trait Implementations§
source§impl From<EthAddress> for Bytes32
impl From<EthAddress> for Bytes32
source§fn from(a: EthAddress) -> Self
fn from(a: EthAddress) -> Self
Converts to this type from the input type.