updateMetadata

suspend fun updateMetadata(entry: TrustEntry, metadata: TrustMetadata): TrustEntry

Updates metadata for an entry.

Return

the new TrustEntry

Parameters

entry

the entry to update.

metadata

the new metadata to use.