@procivis/react-native-one-core
    Preparing search index...

    Interface FormatCapabilities

    interface FormatCapabilities {
        datatypes: string[];
        ecosystemSchemaIds: string[];
        features: FormatFeature[];
        forbiddenClaimNames: string[];
        holderDidMethods: string[];
        holderIdentifierTypes: string[];
        holderKeyAlgorithms: string[];
        issuanceDidMethods: string[];
        issuanceExchangeProtocols: string[];
        issuanceIdentifierTypes: string[];
        proofExchangeProtocols: string[];
        revocationMethods: string[];
        selectiveDisclosure: FormatSelectiveDisclosure[];
        signingKeyAlgorithms: string[];
        verificationIdentifierTypes: string[];
        verificationKeyAlgorithms: string[];
        verificationKeyStorages: string[];
    }
    Index

    Properties

    datatypes: string[]
    ecosystemSchemaIds: string[]
    features: FormatFeature[]
    forbiddenClaimNames: string[]
    holderDidMethods: string[]
    holderIdentifierTypes: string[]
    holderKeyAlgorithms: string[]
    issuanceDidMethods: string[]
    issuanceExchangeProtocols: string[]
    issuanceIdentifierTypes: string[]
    proofExchangeProtocols: string[]
    revocationMethods: string[]
    selectiveDisclosure: FormatSelectiveDisclosure[]
    signingKeyAlgorithms: string[]
    verificationIdentifierTypes: string[]
    verificationKeyAlgorithms: string[]
    verificationKeyStorages: string[]