Module pallet_did_lookup::pallet::dispatchables
source · Expand description
Auto-generated docs-only module listing all defined dispatchables for this pallet.
Warning: Doc-Only
Members of this module cannot be used directly and are only provided for documentation
purposes. To see the real version of each dispatchable, look for them in Pallet
or
Call
.
Functions
- Associate the given account to the DID that authorized this call.
- Associate the sender of the call to the DID that authorized this call.
- Changes the deposit owner.
- Remove the association of the provided account. This call can only be called from the deposit owner. The reserved deposit will be freed.
- Remove the association of the provided account ID. This call doesn’t require the authorization of the account ID, but the associated DID needs to match the DID that authorized this call.
- Remove the association of the sender account. This call doesn’t require the authorization of the DID, but requires a signed origin.
- Updates the deposit amount to the current deposit rate.