The object with named parameters.
The batch function to use, for example api.tx.utility.batchAll
.
The DID or DID Document of the authorizing DID.
The array of unsigned extrinsics to sign.
Optional
nonce?: BNThe optional nonce to use for the first batch, next batches will use incremented value.
An array of signer interfaces. The function will select the appropriate signer for signing each extrinsic.
The KILT account to bind the DID operation to (to avoid MitM and replay attacks).
The DID-signed submittable extrinsic.
Authorizes/signs a list of extrinsics grouping them in batches by required verification relationship.