Struct miden_client::rpc::TransactionUpdate
source · pub struct TransactionUpdate {
pub transaction_id: TransactionId,
pub block_num: u32,
pub account_id: AccountId,
}Expand description
Represents a transaction that was included in the node at a certain block.
Fields§
§transaction_id: TransactionIdThe transaction Identifier
block_num: u32The number of the block in which the transaction was included
account_id: AccountIdThe account that the transcation was executed against
Auto Trait Implementations§
impl Freeze for TransactionUpdate
impl RefUnwindSafe for TransactionUpdate
impl Send for TransactionUpdate
impl Sync for TransactionUpdate
impl Unpin for TransactionUpdate
impl UnwindSafe for TransactionUpdate
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