uidData

package
v0.0.0-...-fdc5c16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

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 UIDAppendKeysData struct {
	Identification string
	Keys           []UIDKey
	NewUIDSeal     seal.Entity
}

type UIDCreation

type UIDCreation struct {
	UID  UniversalIdentification
	Seal seal.Entity
}

type UIDKey

type UIDKey struct {
	KeyType  int
	KeyData  []byte
	KeyProof []byte
}

type UIDKeyWithIndex

type UIDKeyWithIndex struct {
	KeyIndex int
	UIDKey
}

type UIDQuery

type UIDQuery struct {
	PublicKey []byte
	Namespace string
}

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
}

type UniversalIdentificationData

type UniversalIdentificationData struct {
	Identification string
	Namespace      string
	Keys           []UIDKey
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL