Struct ckb_jsonrpc_types::IndexerCellsCapacity
source · pub struct IndexerCellsCapacity {
pub capacity: Capacity,
pub block_hash: H256,
pub block_number: BlockNumber,
}Expand description
Cells capacity
Fields§
§capacity: Capacitytotal capacity
block_hash: H256indexed tip block hash
block_number: BlockNumberindexed tip block number
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IndexerCellsCapacity
impl Send for IndexerCellsCapacity
impl Sync for IndexerCellsCapacity
impl Unpin for IndexerCellsCapacity
impl UnwindSafe for IndexerCellsCapacity
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