forked from cerc-io/cosmos-explorer
rename tx.ts
This commit is contained in:
parent
a07fd54cb3
commit
03abd9c75a
@ -41,7 +41,7 @@ import type {
|
||||
StakingPool,
|
||||
Validator,
|
||||
} from '@/types/staking';
|
||||
import type { PaginatedTxs, Tx, TxResponse } from '@/types/tx';
|
||||
import type { PaginatedTxs, Tx, TxResponse } from '@/types';
|
||||
import semver from 'semver'
|
||||
export interface Request<T> {
|
||||
url: string;
|
||||
|
@ -1,5 +1,4 @@
|
||||
import type { Key } from "./common"
|
||||
import type { Tx } from "./tx"
|
||||
|
||||
export interface NodeInfo {
|
||||
default_node_info: {
|
||||
|
@ -6,6 +6,6 @@ export * from './common'
|
||||
export * from './distribution'
|
||||
export * from './gov'
|
||||
export * from './staking'
|
||||
export * from './tx'
|
||||
export * from './transaction'
|
||||
export * from './ibc'
|
||||
export * from './slashing'
|
Loading…
Reference in New Issue
Block a user