Documentation ¶
Index ¶
- func DIDByAddress(address string) (string, error)
- func DIDByEmail(email string) (string, error)
- func DatabaseInsert(inpytJWT string) (string, error)
- func DatabaseUpdate(inputJWT string) (string, error)
- func Delete(payload map[string]interface{}) error
- func Insert(payload map[string]interface{}) error
- func KYCClaimInsert(claim, signature string) (string, error)
- func KYCClaimQuery(decentralizedIdentifier string, queryType int) (string, error)
- func PictureUpdate(decentralizedIdentifier string, picture []byte) (string, error)
- func Query(fields []string, filters map[string]string) (map[string]string, error)
- func Update(payload map[string]interface{}) error
- func UserInfo(decentralizedIdentifier string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DIDByAddress ¶
DIDByAddress returns an Ethereum address by its DID
func DIDByEmail ¶
DIDByEmail returns an email address by its DID
func DatabaseInsert ¶
DatabaseInsert inserts a record into user table
func DatabaseUpdate ¶
DatabaseUpdate updates a record in user table
func KYCClaimInsert ¶
KYCClaimInsert inserts a claim into KYC table
func KYCClaimQuery ¶
KYCClaimQuery returns claims of a DID queryType == 0, get content of claim queryType == 1, get claim information for ERC-725
func PictureUpdate ¶
PictureUpdate updates the image of user's application documents
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.