Functions
Link copied to clipboard
inline fun <T : Serializable> IssueCredential.Companion.build(fromDID: DID, toDID: DID, thid: String?, credentials: Map<String, T> = mapOf()): IssueCredential
Builds an instance of IssueCredential with the provided parameters.
Link copied to clipboard
Converts a Message into an IssueCredential object.
Link copied to clipboard
Creates an IssueCredential object from a Message object.