git.delta.rocks / unique-network / refs/commits / 431586deacfd

difftreelog

fix eslint

Igor Kozyrev2021-11-24parent: #f47ea67.patch.diff
in: master

2 files changed

modifiedtests/src/approve.test.tsdiffbeforeafterboth

no syntactic changes

modifiedtests/src/interfaces/augment-api-tx.tsdiffbeforeafterboth
374 * - Weight of derivative `call` execution + 10,000.374 * - Weight of derivative `call` execution + 10,000.
375 * # </weight>375 * # </weight>
376 **/376 **/
377 sudo: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [Call]>;377 sudo: AugmentedSubmittable<(call: Call) => SubmittableExtrinsic<ApiType>, [Call]>;
378 /**378 /**
379 * Authenticates the sudo key and dispatches a function call with `Signed` origin from379 * Authenticates the sudo key and dispatches a function call with `Signed` origin from
380 * a given account.380 * a given account.
401 * - The weight of this call is defined by the caller.401 * - The weight of this call is defined by the caller.
402 * # </weight>402 * # </weight>
403 **/403 **/
404 sudoUncheckedWeight: AugmentedSubmittable<(, weight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call, u64]>;404 sudoUncheckedWeight: AugmentedSubmittable<(call: Call, weight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call, u64]>;
405 /**405 /**
406 * Generic tx406 * Generic tx
407 **/407 **/