πŸ““
ImFACT SDK JS
search
⌘Ctrlk
πŸ““
ImFACT SDK JS
  • Introduction
  • BrowserProvider
  • Module Reference
  • Account Abstraction
    • User Operation
    • Usage
    • DID Registry Model (Authdid)
      • DID Document Structure
      • Authentication Types
      • Operation Builder Reference
      • Functions
        • registerModel(contract, sender, didMethod, currency)
        • getModelInfo(contract)
        • create(contract, sender, authType, publicKey, serviceType, serviceEndPoints, currency)
        • getDID(contract, account)
        • getDocument(contract, did)
        • writeAsymkeyAuth(id, authType, controller, publicKey)
        • writeLinkedAuth(id, controller, targetId, allowedOperations)
        • writeDocument(didContext, didID, authentications, verificationMethods, services?)
        • updateDocument(contract, sender, document, currency)
        • updateDocumentByDocumentJson(contract, sender, documentJson, currency)
    • Actions
    • QnA
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. Account Abstractionchevron-right
  2. DID Registry Model (Authdid)

Functions

registerModel(contract, sender, didMethod, currency)chevron-rightgetModelInfo(contract)chevron-rightcreate(contract, sender, authType, publicKey, serviceType, serviceEndPoints, currency)chevron-rightgetDID(contract, account)chevron-rightgetDocument(contract, did)chevron-rightwriteAsymkeyAuth(id, authType, controller, publicKey)chevron-rightwriteLinkedAuth(id, controller, targetId, allowedOperations)chevron-rightwriteDocument(didContext, didID, authentications, verificationMethods, services?)chevron-rightupdateDocument(contract, sender, document, currency)chevron-rightupdateDocumentByDocumentJson(contract, sender, documentJson, currency)chevron-right
PreviousOperation Builder Referencechevron-leftNextregisterModel(contract, sender, didMethod, currency)chevron-right