Struct soroban_env_guest::xdr::Hello
pub struct Hello {
pub ledger_version: u32,
pub overlay_version: u32,
pub overlay_min_version: u32,
pub network_id: Hash,
pub version_str: StringM<100>,
pub listening_port: i32,
pub peer_id: NodeId,
pub cert: AuthCert,
pub nonce: Uint256,
}
Fields§
§ledger_version: u32
§overlay_version: u32
§overlay_min_version: u32
§network_id: Hash
§version_str: StringM<100>
§listening_port: i32
§peer_id: NodeId
§cert: AuthCert
§nonce: Uint256
Trait Implementations§
§impl Ord for Hello
impl Ord for Hello
§impl PartialOrd<Hello> for Hello
impl PartialOrd<Hello> for Hello
§fn partial_cmp(&self, other: &Hello) -> Option<Ordering>
fn partial_cmp(&self, other: &Hello) -> 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