pub struct KOAccountBalance {
pub balances: HashMap<KAsset, String>,
}Expand description
Response from the Get Account Balance endpoint
Fields§
§balances: HashMap<KAsset, String>Map with the asset as the key and the asset’s current balance as the value
Trait Implementations§
Source§impl Debug for KOAccountBalance
impl Debug for KOAccountBalance
Source§impl<'de> Deserialize<'de> for KOAccountBalance
impl<'de> Deserialize<'de> for KOAccountBalance
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for KOAccountBalance
impl Serialize for KOAccountBalance
impl Output for KOAccountBalance
Auto Trait Implementations§
impl Freeze for KOAccountBalance
impl RefUnwindSafe for KOAccountBalance
impl Send for KOAccountBalance
impl Sync for KOAccountBalance
impl Unpin for KOAccountBalance
impl UnwindSafe for KOAccountBalance
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more