mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-05-12 04:40:04 +00:00
remove unused methods
This commit is contained in:
parent
20a068a9e3
commit
c43418721e
@ -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(
|
||||
|
||||
@ -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)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user