Struct soroban_env_guest::xdr::next::PreconditionsV2
pub struct PreconditionsV2 {
pub time_bounds: Option<TimeBounds>,
pub ledger_bounds: Option<LedgerBounds>,
pub min_seq_num: Option<SequenceNumber>,
pub min_seq_age: Duration,
pub min_seq_ledger_gap: u32,
pub extra_signers: VecM<SignerKey, 2>,
}
Fields§
§time_bounds: Option<TimeBounds>
§ledger_bounds: Option<LedgerBounds>
§min_seq_num: Option<SequenceNumber>
§min_seq_age: Duration
§min_seq_ledger_gap: u32
§extra_signers: VecM<SignerKey, 2>
Trait Implementations§
§impl Clone for PreconditionsV2
impl Clone for PreconditionsV2
§fn clone(&self) -> PreconditionsV2
fn clone(&self) -> PreconditionsV2
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for PreconditionsV2
impl Debug for PreconditionsV2
§impl Hash for PreconditionsV2
impl Hash for PreconditionsV2
§impl Ord for PreconditionsV2
impl Ord for PreconditionsV2
§impl PartialEq<PreconditionsV2> for PreconditionsV2
impl PartialEq<PreconditionsV2> for PreconditionsV2
§fn eq(&self, other: &PreconditionsV2) -> bool
fn eq(&self, other: &PreconditionsV2) -> bool
§impl PartialOrd<PreconditionsV2> for PreconditionsV2
impl PartialOrd<PreconditionsV2> for PreconditionsV2
§fn partial_cmp(&self, other: &PreconditionsV2) -> Option<Ordering>
fn partial_cmp(&self, other: &PreconditionsV2) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more