Package web5.sdk.vc
Class Issuer
-
- All Implemented Interfaces:
public class IssuerRepresents the issuer of the Verifiable Credential. It can be a string identifier or an object with additional properties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classIssuer.StringIssuerRepresents an issuer identified by a string (e.g., a DID or URL).
public final classIssuer.ObjectIssuerRepresents an issuer as an object, containing an ID, name, and additional properties.
-