Struct helium_api::models::Oui [−][src]
pub struct Oui {
pub oui: u64,
pub owner: String,
pub nonce: u64,
pub addresses: Vec<String>,
pub subnets: Vec<Subnet>,
}Expand description
Represents an OUI on the blockchain
Fields
oui: u64The oui value.
owner: StringThe base58 public key of the owner of the oui.
nonce: u64The current nonce for the oui
addresses: Vec<String>The base58 encoded public keys of the routers for this oui
subnets: Vec<Subnet>The subnets for this oui
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Ouiimpl UnwindSafe for OuiBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more