Skip to main content

register

Function register 

Source
async fn register(
    __arg0: State<Arc<ServerState>>,
    __arg1: Extension<VerifiedNode>,
    __arg2: Json<NodeRegistrationRequest>,
) -> Result<Json<NodeRegistrationResponse>, ApiError>