pub struct AccountBalance {
pub total: String,
pub state_staked: String,
pub staked: String,
pub available: String,
}
Expand description
Represents the balance details of a NEAR account.
Fields§
§total: String
§state_staked: String
§staked: String
§available: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AccountBalance
impl RefUnwindSafe for AccountBalance
impl Send for AccountBalance
impl Sync for AccountBalance
impl Unpin for AccountBalance
impl UnwindSafe for AccountBalance
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