Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
// the map of DIDDocs is empty after the call to the function
dido:clearDidDocs()

pendingRotations()

Return all the pending rotations stored in the pattern [ new_did : from_prior ].

Code Block
pendingRotations = dido:pendingRotations()

clearPendingRotations()

Clear all the pending rotations.

Code Block
// the map of pending rotations is empty after the call to the function
dido:clearPendingRotations()

generate_invitation()

Creates an invitation OOB URL that can be used to establish DID based relationships. This automates the DID, channel, and message creation and encodes it into a base64 Out-of-Band URL.

...