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

#include <did.h>

Public Member Functions

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

Public Attributes

std::string id
 
std::string context
 
std::string type
 
std::vector< DIDDocumentVerificationMethodverification_method = {}
 
nlohmann::json assertion_method = {}
 

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ assertion_method

nlohmann::json ccf::did::DIDDocument::assertion_method = {}

◆ context

std::string ccf::did::DIDDocument::context

◆ id

std::string ccf::did::DIDDocument::id

◆ type

std::string ccf::did::DIDDocument::type

◆ verification_method

std::vector<DIDDocumentVerificationMethod> ccf::did::DIDDocument::verification_method = {}

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