package
1.1.6-remove-onex
Repository: https://github.com/onomyprotocol/onomy.git
Documentation: pkg.go.dev

# Functions

DefaultGenesis returns the default dao genesis state.
DefaultParams returns a default set of parameters.
NewExchangeWithTreasuryProposal creates a new fund treasury proposal.
NewFundAccountProposal creates a new fund account proposal.
NewFundTreasuryProposal creates a new fund treasury proposal.
NewGenesisState creates a new GenesisState object.
NewParams creates a new Params instance.
No description provided by the author
ParamKeyTable the param key table for launch module.
RegisterCodec registers the legacy amino codec.
RegisterInterfaces registers the cdctypes interface.
RegisterQueryHandler registers the http handlers for service Query to "mux".
RegisterQueryHandlerClient registers the http handlers for service Query to "mux".
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterQueryHandlerServer registers the http handlers for service Query to "mux".
No description provided by the author

# Constants

MemStoreKey defines the in-memory store key.
ModuleName defines the module name.
ProposalTypeExchangeWithTreasuryProposal defines the type for a ExchangeWithTreasuryProposal.
ProposalTypeFundAccountProposal defines the type for a FundAccountProposal.
ProposalTypeFundTreasuryProposal defines the type for a FundTreasuryProposal.
QuerierRoute defines the module's query routing key.
RouterKey is the message route for slashing.
StoreKey defines the primary module store key.

# Variables

nolint:gochecknoglobals // cosmos sdk style.
nolint:gomnd,gochecknoglobals // cosmos-sdk style.
nolint:gomnd,gochecknoglobals // cosmos-sdk style.
nolint:gomnd,gochecknoglobals // cosmos-sdk style.
nolint:gomnd,gochecknoglobals // cosmos-sdk style.
ErrInsufficientBalance - the balance is insufficient for the operation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
nolint:gomnd // error number.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
nolint:gomnd // error number.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
nolint:gochecknoglobals // cosmos-sdk style.
nolint:gochecknoglobals // cosmos-sdk style.
nolint:gochecknoglobals // cosmos-sdk style.
nolint:gochecknoglobals // cosmos-sdk style.
nolint:gochecknoglobals // cosmos sdk style.

# Structs

CoinsExchangePair is an ask/bid coins pair to exchange.
ExchangeWithTreasuryProposal details a dao exchange with treasury proposal.
FundAccountProposal details a dao fund account proposal.
FundTreasuryProposal details a dao fund treasury proposal.
GenesisState defines the dao module's genesis state.
Params defines the parameters for the module.
QueryParamsRequest is request type for the Query/Params RPC method.
QueryParamsResponse is response type for the Query/Params RPC method.
QueryTreasuryRequest is request type for the Query/Treasury RPC method.
QueryTreasuryResponse is response type for the Query/Treasury RPC method.
UnimplementedQueryServer can be embedded to have forward compatible implementations.

# Interfaces

AccountKeeper defines the contract required for account APIs.
BankKeeper defines the contract needed to be fulfilled for banking and supply dependencies.
DistributionKeeper expected distribution keeper.
GovKeeper expected gov keeper.
MintKeeper expected mint keeper.
ParamSubspace defines the expected Subspace interface.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
StakingKeeper expected staking keeper.