The object with named parameters.
The batch function to use, for example api.tx.utility.batchAll
.
The DID document.
The array of unsigned extrinsics to sign.
Optional
nonce?: BNThe optional nonce to use for the first batch, next batches will use incremented value.
The callback to sign the operation.
The KILT account to bind the DID operation to (to avoid MitM and replay attacks).
Authorizes/signs a list of extrinsics grouping them in batches by required key type.
Returns
The DID-signed submittable extrinsic.