mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-15 04:25:27 +00:00
13 lines
265 B
Go
13 lines
265 B
Go
package client
|
|
|
|
import (
|
|
govclient "github.com/cosmos/cosmos-sdk/x/gov/client"
|
|
|
|
"github.com/0glabs/0g-chain/x/kavadist/client/cli"
|
|
)
|
|
|
|
// community-pool multi-spend proposal handler
|
|
var (
|
|
ProposalHandler = govclient.NewProposalHandler(cli.GetCmdSubmitProposal)
|
|
)
|