Companion

Functions

Link copied to clipboard
inline fun <T : Serializable> ProposeCredential.Companion.build(fromDID: DID, toDID: DID, thid: String?, credentialPreview: CredentialPreview, credentials: Map<String, T> = mapOf()): ProposeCredential

This method builds a ProposeCredential object based on the provided parameters. The ProposeCredential represents a proposal to issue a credential in the Atala PRISM architecture . The method takes in the following parameters:

Link copied to clipboard

Converts a Message object to a ProposeCredential object.