Struct ckb_jsonrpc_types::IndexerTxWithCell
source · pub struct IndexerTxWithCell {
pub tx_hash: H256,
pub block_number: BlockNumber,
pub tx_index: Uint32,
pub io_index: Uint32,
pub io_type: IndexerCellType,
}Expand description
Ungrouped Tx inner type
Fields§
§tx_hash: H256transaction hash
block_number: BlockNumberthe number of the transaction committed in the block
tx_index: Uint32the position index of the transaction committed in the block
io_index: Uint32the position index of the cell in the transaction inputs or outputs
io_type: IndexerCellTypeio type
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IndexerTxWithCell
impl Send for IndexerTxWithCell
impl Sync for IndexerTxWithCell
impl Unpin for IndexerTxWithCell
impl UnwindSafe for IndexerTxWithCell
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