pub struct PreparedEscrowCreate {
pub expected_escrow_id: String,
pub capability_commitment: String,
pub settlement_amount_minor_units: u128,
pub dispatch: Web3SettlementDispatchArtifact,
/* private fields */
}Fields§
§expected_escrow_id: String§capability_commitment: String§settlement_amount_minor_units: u128§dispatch: Web3SettlementDispatchArtifactImplementations§
Source§impl PreparedEscrowCreate
impl PreparedEscrowCreate
pub fn commitment(&self) -> SettlementCommitment
Source§impl PreparedEscrowCreate
impl PreparedEscrowCreate
pub const fn call(&self) -> &PreparedEvmCall
Trait Implementations§
Source§impl Clone for PreparedEscrowCreate
impl Clone for PreparedEscrowCreate
Source§fn clone(&self) -> PreparedEscrowCreate
fn clone(&self) -> PreparedEscrowCreate
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 PreparedEscrowCreate
impl Debug for PreparedEscrowCreate
impl PreparedEvmSubmission for PreparedEscrowCreate
Auto Trait Implementations§
impl Freeze for PreparedEscrowCreate
impl RefUnwindSafe for PreparedEscrowCreate
impl Send for PreparedEscrowCreate
impl Sync for PreparedEscrowCreate
impl Unpin for PreparedEscrowCreate
impl UnsafeUnpin for PreparedEscrowCreate
impl UnwindSafe for PreparedEscrowCreate
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