Documentation
¶
Index ¶
- func ConvWildcardToRegular(wildcard string) string
- func RoutingRulesKey() []byte
- func RoutingRulesPath() string
- type Keeper
- func (k Keeper) Authenticate(ctx sdk.Context, sourceChain, destinationChain, port string) bool
- func (k Keeper) GetRoutingRules(ctx sdk.Context) ([]string, bool)
- func (k Keeper) Logger(ctx sdk.Context) log.Logger
- func (k *Keeper) SetRouter(rtr *types.Router)
- func (k Keeper) SetRoutingRules(ctx sdk.Context, rules []string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvWildcardToRegular ¶
func RoutingRulesKey ¶
func RoutingRulesKey() []byte
func RoutingRulesPath ¶
func RoutingRulesPath() string
RoutingRulesPath defines the routing rules store path
Types ¶
type Keeper ¶
Keeper defines the TIBC routing keeper
func (Keeper) Authenticate ¶
Click to show internal directories.
Click to hide internal directories.