Skip to content

Commit

Permalink
Move transactions list command to index
Browse files Browse the repository at this point in the history
  • Loading branch information
NullSoldier committed Nov 1, 2024
1 parent 4596b89 commit 187cd80
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ import {
TransactionType,
} from '@ironfish/sdk'
import { Flags } from '@oclif/core'
import { IronfishCommand } from '../../command'
import { RemoteFlags } from '../../flags'
import * as ui from '../../ui'
import { getAssetsByIDs, useAccount } from '../../utils'
import { extractChainportDataFromTransaction } from '../../utils/chainport'
import { Format, TableCols } from '../../utils/table'
import { IronfishCommand } from '../../../command'
import { RemoteFlags } from '../../../flags'
import * as ui from '../../../ui'
import { getAssetsByIDs, useAccount } from '../../../utils'
import { extractChainportDataFromTransaction } from '../../../utils/chainport'
import { Format, TableCols } from '../../../utils/table'

const { sort: _, ...tableFlags } = ui.TableFlags
export class TransactionsCommand extends IronfishCommand {
Expand Down

0 comments on commit 187cd80

Please sign in to comment.