MCPcopy Create free account
hub / github.com/Sifchain/sifnode / RegisterInterfaces

Function RegisterInterfaces

x/clp/types/codec.go:35–49  ·  view source on GitHub ↗
(registry types.InterfaceRegistry)

Source from the content-addressed store, hash-verified

33}
34
35func RegisterInterfaces(registry types.InterfaceRegistry) {
36 registry.RegisterImplementations(
37 (*sdk.Msg)(nil),
38 &MsgRemoveLiquidity{},
39 &MsgRemoveLiquidityUnits{},
40 &MsgCreatePool{},
41 &MsgAddLiquidity{},
42 &MsgSwap{},
43 &MsgDecommissionPool{},
44 &MsgUnlockLiquidityRequest{},
45 &MsgAddLiquidityToRewardsBucketRequest{},
46 )
47
48 msgservice.RegisterMsgServiceDesc(registry, &_Msg_serviceDesc)
49}

Callers 1

RegisterInterfacesMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected