Function generateDidAuthenticatedTx

  • DID related operations on the KILT blockchain require authorization by a full DID. This is realized by requiring that relevant extrinsics are signed with a key featured by a full DID as a verification method. Such extrinsics can be produced using this function.

    Parameters

    Returns Promise<SubmittableExtrinsic>

    A DID authorized extrinsic that, after signing with the payment account mentioned in the params, is ready for submission.