getMaxBatchable
getMaxBatchable(
tx):Promise<number>
Calculates the maximum number of the same extrinsics that can be batched into a block.
Parameters
Section titled “Parameters”• tx: SubmittableExtrinsic
The extrinsic to be checked.
Returns
Section titled “Returns”Promise<number>
A promise that resolves to the maximum number of the same extrinsics that can be batched.