do { if let tssNodeID = try sdkInstance?.getTSSNodeID() { print("TSS Node ID: \(tssNodeID)") } else { print("Failed to retrieve the TSS Node ID") } } catch { print("Error: \(error)") }
This operation retrieves the TSS Node ID.
public func getTSSNodeID() throws -> String
coboJTKRVEWHgmigeE8FB2FDpN6nadUwXkUdsRZbhyFAq8bDV
Was this page helpful?