|
CCF
|
#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< DIDDocumentVerificationMethod > | verification_method = {} |
| nlohmann::json | assertion_method = {} |
|
default |
| nlohmann::json ccf::did::DIDDocument::assertion_method = {} |
| std::string ccf::did::DIDDocument::context |
| std::string ccf::did::DIDDocument::id |
| std::string ccf::did::DIDDocument::type |
| std::vector<DIDDocumentVerificationMethod> ccf::did::DIDDocument::verification_method = {} |