-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove council module, change MsgSubmitSignals to MsgVoteSignal
- Loading branch information
Showing
6 changed files
with
61 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
export * as Data from './data' | ||
export * as Message from './message' | ||
export * as Wallet from './wallet' | ||
export * as Feeds from '../proto/feeds/v1beta1/feeds_pb' | ||
export * as Feeds from '../codegen/band/feeds/v1beta1/feeds_pb' | ||
export { default as Client } from './client' | ||
export { default as Transaction } from './transaction' | ||
export { Obi } from './obi' | ||
export { Coin } from '../proto/cosmos/base/v1beta1/coin_pb' | ||
export { Fee } from '../proto/cosmos/tx/v1beta1/tx_pb' | ||
export { Coin } from '../codegen/cosmos/base/v1beta1/coin_pb' | ||
export { Fee } from '../codegen/cosmos/tx/v1beta1/tx_pb' | ||
export * as Proposal from './proposal' | ||
export { Plan } from '../proto/cosmos/upgrade/v1beta1/upgrade_pb' | ||
export { ParamChange } from '../proto/cosmos/params/v1beta1/params_pb' | ||
export { Params as FeedParams } from '../proto/feeds/v1beta1/params_pb' | ||
export { Plan } from '../codegen/cosmos/upgrade/v1beta1/upgrade_pb' | ||
export { ParamChange } from '../codegen/cosmos/params/v1beta1/params_pb' | ||
export { Params as FeedParams } from '../codegen/band/feeds/v1beta1/params_pb' | ||
export { | ||
ReferenceSourceConfig, | ||
Signal, | ||
SignalPrice, | ||
} from '../proto/feeds/v1beta1/feeds_pb' | ||
} from '../codegen/band/feeds/v1beta1/feeds_pb' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.