Open nitro-neal opened 7 months ago
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 {
https://github.com/TBD54566975/web5-spec/pull/149
related to #168
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