difftreelog
fix eslint
in: master
2 files changed
tests/src/approve.test.tsdiffbeforeafterbothno syntactic changes
tests/src/interfaces/augment-api-tx.tsdiffbeforeafterboth374 * - 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 from380 * 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 tx407 **/407 **/