pub async fn identity_blob_loop<CS: CounterStore + 'static>(
node: DeviceNode<CS>,
identity: SoftwareIdentity,
)Expand description
Answers [IDENT_REQUEST] with the node’s current signed identity.
pub async fn identity_blob_loop<CS: CounterStore + 'static>(
node: DeviceNode<CS>,
identity: SoftwareIdentity,
)Answers [IDENT_REQUEST] with the node’s current signed identity.