CCF
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ccf::did::DIDDocumentVerificationMethod Struct Reference

#include <did.h>

Public Member Functions

bool operator== (const DIDDocumentVerificationMethod &) const =default
 

Public Attributes

std::string id
 
std::string type
 
std::string controller
 
std::optional< nlohmann::json > public_key_jwk = std::nullopt
 

Member Function Documentation

◆ operator==()

bool ccf::did::DIDDocumentVerificationMethod::operator== ( const DIDDocumentVerificationMethod ) const
default

Member Data Documentation

◆ controller

std::string ccf::did::DIDDocumentVerificationMethod::controller

◆ id

std::string ccf::did::DIDDocumentVerificationMethod::id

◆ public_key_jwk

std::optional<nlohmann::json> ccf::did::DIDDocumentVerificationMethod::public_key_jwk = std::nullopt

◆ type

std::string ccf::did::DIDDocumentVerificationMethod::type

The documentation for this struct was generated from the following file: