addVical

suspend fun addVical(encodedSignedVical: ByteString, metadata: TrustMetadata): TrustEntryVical

Adds a new entry with a signed VICAL.

The signature will NOT be checked so make sure to check the Signed VICAL is from a trusted party before adding it.

Return

a TrustEntryVical.

Parameters

encodedSignedVical

the bytes of the signed VICAL.