remove unused methods

This commit is contained in:
Sergio Chouhy 2026-04-19 23:13:33 -03:00
parent 20a068a9e3
commit c43418721e
2 changed files with 0 additions and 16 deletions

View File

@ -101,14 +101,6 @@ impl ChildKeysPrivate {
cci: Some(cci),
}
}
pub fn chain_code(&self) -> &[u8; 32] {
&self.ccc
}
pub fn child_index(&self) -> Option<u32> {
self.cci
}
}
#[expect(

View File

@ -65,14 +65,6 @@ impl ChildKeysPublic {
}
}
pub fn chain_code(&self) -> &[u8; 32] {
&self.ccc
}
pub fn child_index(&self) -> Option<u32> {
self.cci
}
pub fn account_id(&self) -> nssa::AccountId {
nssa::AccountId::from(&self.cpk)
}