pub struct PoolLedgerRecoveryReceipt {
pub block_index: u64,
pub completed_at_ns: u64,
pub final_native_cycles: Cycles,
pub operation_id: [u8; 32],
pub request: PoolLedgerRecoveryRequest,
}Expand description
Terminal proof that the Ledger debit became native cycles on the same pool Principal.
Fields§
§block_index: u64§completed_at_ns: u64§final_native_cycles: Cycles§operation_id: [u8; 32]§request: PoolLedgerRecoveryRequestTrait Implementations§
Source§impl Clone for PoolLedgerRecoveryReceipt
impl Clone for PoolLedgerRecoveryReceipt
Source§fn clone(&self) -> PoolLedgerRecoveryReceipt
fn clone(&self) -> PoolLedgerRecoveryReceipt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PoolLedgerRecoveryReceipt
impl Debug for PoolLedgerRecoveryReceipt
Source§impl<'de> Deserialize<'de> for PoolLedgerRecoveryReceipt
impl<'de> Deserialize<'de> for PoolLedgerRecoveryReceipt
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
impl Eq for PoolLedgerRecoveryReceipt
impl StructuralPartialEq for PoolLedgerRecoveryReceipt
Auto Trait Implementations§
impl Freeze for PoolLedgerRecoveryReceipt
impl RefUnwindSafe for PoolLedgerRecoveryReceipt
impl Send for PoolLedgerRecoveryReceipt
impl Sync for PoolLedgerRecoveryReceipt
impl Unpin for PoolLedgerRecoveryReceipt
impl UnsafeUnpin for PoolLedgerRecoveryReceipt
impl UnwindSafe for PoolLedgerRecoveryReceipt
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