pub type AlloyUint256 = Uint<256, 4>;
Aliased Type§
struct AlloyUint256 { /* private fields */ }
Trait Implementations§
Source§impl From<SignatureComponent> for AlloyUint256
impl From<SignatureComponent> for AlloyUint256
Source§fn from(value: SignatureComponent) -> Self
fn from(value: SignatureComponent) -> Self
Converts to this type from the input type.