Address of the account to be linked.
Full DID to be linked.
The sign callback that generates the account signature over the encoded (DidAddress, BlockNumber) tuple.
The link request will be rejected if submitted later than (current block number + nBlocksValid)?
An array of parameters for api.tx.didLookup.associateAccount
that must be DID-authorized by the full DID used.
Builds the parameters for an extrinsic to link the
account
to thedid
where the fees and deposit are covered by some third account. This extrinsic must be authorized using the same full DID. Note that in addition to the signing account and DID used here, the submitting account will also be able to dissolve the link via reclaiming its deposit!