difftreelog
fix remove unused imports
in: master
2 files changed
tests/src/util/playgrounds/unique.dev.tsdiffbeforeafterboth7import * as defs from '../../interfaces/definitions';7import * as defs from '../../interfaces/definitions';8import {IKeyringPair} from '@polkadot/types/types';8import {IKeyringPair} from '@polkadot/types/types';9import {ICrossAccountId} from './types';9import {ICrossAccountId} from './types';10import type {EventRecord} from '@polkadot/types/interfaces';11import {VoidFn} from '@polkadot/api/types';12import {FrameSystemEventRecord} from '@polkadot/types/lookup';13141015export class SilentLogger {11export class SilentLogger {tests/src/util/playgrounds/unique.tsdiffbeforeafterboth--- a/tests/src/util/playgrounds/unique.ts
+++ b/tests/src/util/playgrounds/unique.ts
@@ -10,7 +10,6 @@
import {encodeAddress, decodeAddress, keccakAsHex, evmToAddress, addressToEvm} from '@polkadot/util-crypto';
import {IKeyringPair} from '@polkadot/types/types';
import {IApiListeners, IBlock, IEvent, IChainProperties, ICollectionCreationOptions, ICollectionLimits, ICollectionPermissions, ICrossAccountId, ICrossAccountIdLower, ILogger, INestingPermissions, IProperty, IStakingInfo, ISchedulerOptions, ISubstrateBalance, IToken, ITokenPropertyPermission, ITransactionResult, IUniqueHelperLog, TApiAllowedListeners, TEthereumAccount, TSigner, TSubstrateAccount, TUniqueNetworks} from './types';
-import {RuntimeDispatchInfo} from '@polkadot/types/interfaces';
export class CrossAccountId implements ICrossAccountId {
Substrate?: TSubstrateAccount;