cosmos-sdk/cmd/basecoin/commands/ibc.go

9 lines
187 B
Go

package commands
import "github.com/tendermint/basecoin/plugins/ibc"
// returns a new IBC plugin to be registered with Basecoin
func NewIBCPlugin() *ibc.IBCPlugin {
return ibc.New()
}