Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vkulinich-cl committed Feb 13, 2024
1 parent 9e0b8f2 commit 839b26e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/accountBalances.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { ApiPromise } from "@polkadot/api"
import { Maybe, undefinedNoop } from "utils/helpers"
import { u32, u128 } from "@polkadot/types"
import { PalletBalancesAccountData } from "@polkadot/types/lookup"
//import BN from "bignumber.js"
import { BN } from "@polkadot/util"
interface PalletBalancesAccountDataCustom extends PalletBalancesAccountData {
frozen: u128
Expand Down

0 comments on commit 839b26e

Please sign in to comment.