Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UIDActionTypes struct { Create enum.Element Append enum.Element Update enum.Element }
View Source
var UIDKeyTypes struct { SelfProof enum.Element OracleProof enum.Element }
Functions ¶
This section is empty.
Types ¶
type QueryResult ¶
type QueryResult struct {
UIDList []UniversalIdentification
}
type UIDAppendKeys ¶
type UIDAppendKeys struct { UIDAppendKeysData Seal seal.Entity }
type UIDAppendKeysData ¶
type UIDCreation ¶
type UIDCreation struct { UID UniversalIdentification Seal seal.Entity }
type UIDKeyWithIndex ¶
type UIDUpdateKeys ¶
type UIDUpdateKeys struct { UIDUpdateKeysData Seal seal.Entity }
type UIDUpdateKeysData ¶
type UIDUpdateKeysData struct { Identification string NewKeys []UIDKeyWithIndex NewUIDSeal seal.Entity }
type UniversalIdentification ¶
type UniversalIdentification struct { UniversalIdentificationData Seal seal.Entity }
Click to show internal directories.
Click to hide internal directories.