generated from TBD54566975/tbd-project-template
    
        
        - 
                Notifications
    You must be signed in to change notification settings 
- Fork 6
Open
Labels
pr-existstestingrelated to new or existing testsrelated to new or existing testsvcrelated to verifiable credentialsrelated to verifiable credentials
Description
Currently the test vector uses .fromJson and only works in kotlin.
Need to change the test vector input so it's the input of VerifiableCredential.create() and works across all sdks
public fun <T> create(
  type: String,
  issuer: String,
  subject: String,
  data: T,
  credentialStatus: CredentialStatus? = null,
  issuanceDate: Date = Date(),
  expirationDate: Date? = null
): VerifiableCredential {
Metadata
Metadata
Assignees
Labels
pr-existstestingrelated to new or existing testsrelated to new or existing testsvcrelated to verifiable credentialsrelated to verifiable credentials