Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DocumentType ¶
type DocumentType = string
DocumentType specifies the type of the Sidetree document
const ( // DIDDocType indicates that the document is a DID document (this is the default) DIDDocType DocumentType = "" // FileIndexType indicates that the document contains a file index FileIndexType DocumentType = "FILE_INDEX" )
Click to show internal directories.
Click to hide internal directories.