NodeIdentityRecord¶
Purpose¶
Record stored about a node identity.
Type¶
Struct with the following fields.
Field | Type | Description |
---|---|---|
id |
NodeIdentity | Node identity |
advert |
Option<NodeAdvert> | Node advertisement |
trust |
Option<TrustValue> | Trust value |
reputation |
Option<ReputationValue> | Reputation value |
tprefs |
Option<TransportPrefs> | Transport preferences for this peer |
cprefs |
Option<ConnectionPrefs> | Connection preferences for this peer |