☰
HashAccountAddress
HashAccountAddress
Required Methods
hash
Implementors
In diem_types::account_address
Structs
AccountAddress
Traits
HashAccountAddress
Functions
from_identity_public_key
from_public_key
?
Trait
diem_types
::
account_address
::
HashAccountAddress
source
·
[
−
]
pub trait HashAccountAddress { // Required method fn
hash
(&self) ->
HashValue
; }
Required Methods
§
source
fn
hash
(&self) ->
HashValue
Implementors
§
source
§
impl
HashAccountAddress
for
AccountAddress