Add get_sp_wallet to Device
This commit is contained in:
parent
7e885ef66d
commit
6344d6454a
@ -33,6 +33,10 @@ impl Device {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub fn get_sp_wallet(&self) -> &SpWallet {
|
||||||
|
&self.sp_wallet
|
||||||
|
}
|
||||||
|
|
||||||
pub fn get_sp_client(&self) -> &SpClient {
|
pub fn get_sp_client(&self) -> &SpClient {
|
||||||
self.sp_wallet.get_sp_client()
|
self.sp_wallet.get_sp_client()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user