Struct soroban_env_guest::xdr::next::AuthCert
pub struct AuthCert {
pub pubkey: Curve25519Public,
pub expiration: u64,
pub sig: Signature,
}
Fields§
§pubkey: Curve25519Public
§expiration: u64
§sig: Signature
Trait Implementations§
§impl Ord for AuthCert
impl Ord for AuthCert
§impl PartialOrd<AuthCert> for AuthCert
impl PartialOrd<AuthCert> for AuthCert
§fn partial_cmp(&self, other: &AuthCert) -> Option<Ordering>
fn partial_cmp(&self, other: &AuthCert) -> 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