pub struct ChannelEscrowCreatedEventV1 {Show 16 fields
pub transaction_hash: String,
pub transaction_to: String,
pub transaction_succeeded: bool,
pub receipt_block_number: u64,
pub receipt_block_hash: String,
pub log_emitter: String,
pub log_index: u64,
pub event_signature: String,
pub escrow_id: String,
pub capability_id: String,
pub depositor: String,
pub beneficiary: String,
pub token_address: String,
pub max_token_base_units: String,
pub deadline_unix_secs: u64,
pub operator: String,
}Fields§
§transaction_hash: String§transaction_to: String§transaction_succeeded: bool§receipt_block_number: u64§receipt_block_hash: String§log_emitter: String§log_index: u64§event_signature: String§escrow_id: String§capability_id: String§depositor: String§beneficiary: String§token_address: String§max_token_base_units: String§deadline_unix_secs: u64§operator: StringTrait Implementations§
Source§impl Clone for ChannelEscrowCreatedEventV1
impl Clone for ChannelEscrowCreatedEventV1
Source§fn clone(&self) -> ChannelEscrowCreatedEventV1
fn clone(&self) -> ChannelEscrowCreatedEventV1
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 ChannelEscrowCreatedEventV1
impl Debug for ChannelEscrowCreatedEventV1
Source§impl<'de> Deserialize<'de> for ChannelEscrowCreatedEventV1
impl<'de> Deserialize<'de> for ChannelEscrowCreatedEventV1
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 ChannelEscrowCreatedEventV1
impl StructuralPartialEq for ChannelEscrowCreatedEventV1
Auto Trait Implementations§
impl Freeze for ChannelEscrowCreatedEventV1
impl RefUnwindSafe for ChannelEscrowCreatedEventV1
impl Send for ChannelEscrowCreatedEventV1
impl Sync for ChannelEscrowCreatedEventV1
impl Unpin for ChannelEscrowCreatedEventV1
impl UnsafeUnpin for ChannelEscrowCreatedEventV1
impl UnwindSafe for ChannelEscrowCreatedEventV1
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