Skip to content

Commit

Permalink
removes unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
peetzweg committed Apr 9, 2024
1 parent 43427cd commit 1a6b445
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib/callOptions.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

import { randomAsU8a } from './util';
import { BN_ZERO } from './bn';
import { UIStorageDeposit, ContractCallOutcome, BN, WeightV2, AbiParam, Registry } from 'types';
import { AbiParam, BN, ContractCallOutcome, Registry, UIStorageDeposit, WeightV2 } from 'types';

export function decodeStorageDeposit(
storageDeposit: ContractCallOutcome['storageDeposit'],
Expand Down Expand Up @@ -68,4 +67,3 @@ export function transformUserInput(
return value;
});
}
const encoder = new TextEncoder();

0 comments on commit 1a6b445

Please sign in to comment.