Module ink_wrapper_types::util
source · Traits
- A convenience trait for converting different wrappers around an
[u8; 32]
into anink_primitives::AccountId
. Implemented for anyAsRef<[u8; 32]>
by default.
[u8; 32]
into an
ink_primitives::AccountId
. Implemented for any AsRef<[u8; 32]>
by default.