Type alias MetadataResponse

MetadataResponse: {
    credentialSchema: SchemaRef;
    credentialType: string;
    issuerMetadata: CIS4.MetadataUrl;
}

Response type for registryMetadata query

Type declaration

  • credentialSchema: SchemaRef

    URL for the credential schema

  • credentialType: string

    The credential type

  • issuerMetadata: CIS4.MetadataUrl

    URL for issuer metadata

Generated using TypeDoc