Get trust entity
Returns details information on a trust entity. For mobile devices, use the remote trust entity functions.
Related guide: Trust management
Function
- React Native
- iOS
- Android
getTrustEntity(trustEntityId: TrustEntity["id"]): Promise<TrustEntity>;
func getTrustEntity(trustEntityId: String) throws -> GetTrustEntityResponseBindingDto
fun `getTrustEntity`(`trustEntityId`: kotlin.String): GetTrustEntityResponseBindingDto
Parameters
trustEntityId
- Specify the trust entity to return.
Return value
Details on the trust entity are returned.