We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e110b commit 2181b6eCopy full SHA for 2181b6e
cosmrs/src/base/account_id.rs
@@ -5,7 +5,7 @@ use std::{fmt, str::FromStr};
5
use subtle_encoding::bech32;
6
7
/// Account identifiers
8
-#[derive(Clone, Eq, PartialEq, PartialOrd, Ord)]
+#[derive(Clone, Eq, PartialEq, PartialOrd, Ord, Hash)]
9
pub struct AccountId {
10
/// Account ID encoded as Bech32
11
bech32: String,
0 commit comments