Skip to main content

node_ticket

Function node_ticket 

Source
pub fn node_ticket(ep: &IrohEndpoint) -> Result<String, CoreError>
Expand description

Generate a ticket string for the given endpoint.

ISS-025: returns Result so serialization failures are surfaced to callers instead of being masked as empty strings.