Struct fireblocks_sdk::types::asset::AssetResponse
source · pub struct AssetResponse {
pub vault_id: u64,
pub asset_id: Asset,
pub total: BigDecimal,
pub locked_amount: BigDecimal,
pub available: BigDecimal,
pub pending: BigDecimal,
pub frozen: BigDecimal,
pub block_height: Option<String>,
pub block_hash: Option<String>,
}
Fields§
§vault_id: u64
§asset_id: Asset
§total: BigDecimal
§locked_amount: BigDecimal
§available: BigDecimal
§pending: BigDecimal
§frozen: BigDecimal
§block_height: Option<String>
§block_hash: Option<String>
Trait Implementations§
source§impl Debug for AssetResponse
impl Debug for AssetResponse
source§impl<'de> Deserialize<'de> for AssetResponse
impl<'de> Deserialize<'de> for AssetResponse
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
Auto Trait Implementations§
impl Freeze for AssetResponse
impl RefUnwindSafe for AssetResponse
impl Send for AssetResponse
impl Sync for AssetResponse
impl Unpin for AssetResponse
impl UnwindSafe for AssetResponse
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