Closed poszu closed 2 weeks ago
Change athena_interface::Address to be a newtype wrapping a [u8;24] instead of a type alias.
athena_interface::Address
[u8;24]
Benefits:
std::fmt::Display
From
AddressWrapper
Change
athena_interface::Address
to be a newtype wrapping a[u8;24]
instead of a type alias.Benefits:
std::fmt::Display
,From
)AddressWrapper
)