cosmos-explorer/src/libs/data/index.js
2021-12-22 14:21:23 +08:00

15 lines
691 B
JavaScript

export { default as Proposal } from './proposal'
export { default as ProposalTally } from './proposal-tally'
export { default as StakingPool } from './staking-pool'
export { default as Proposer } from './proposer'
export { default as Votes } from './votes'
export { default as Deposit } from './deposit'
export { default as Validator } from './validator'
export { default as StakingParameters } from './staking-parameters'
export { default as Block } from './block'
export { default as ValidatorDistribution } from './validator-distribution'
export { default as StakingDelegation } from './staking-delegation'
export { default as WrapStdTx } from './wrapstdtx'
export default class Test {}