Versions in this module Expand all Collapse all v6 v6.0.0 Feb 24, 2023 Changes in this version + func NewMsgServerImpl(keeper Keeper) types.MsgServer + func ToAddress(addrs []string) []common.Address + func ToBigInt(ints []uint64) []*big.Int + func ToBytes(strs []string) [][]byte + type Keeper struct + func NewKeeper(storeKey sdk.StoreKey, cdc codec.BinaryCodec, ps paramtypes.Subspace, ...) Keeper + func (k *Keeper) AppendLendingMarketProposal(ctx sdk.Context, lm *types.LendingMarketProposal) (*types.LendingMarketProposal, error) + func (k Keeper) DeployMapContract(ctx sdk.Context, lm *types.LendingMarketProposal) (common.Address, error) + func (k Keeper) GetParams(ctx sdk.Context) types.Params + func (k Keeper) GetPort(ctx sdk.Context) (common.Address, bool) + func (k Keeper) Logger(ctx sdk.Context) log.Logger + func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error) + func (k Keeper) SetParams(ctx sdk.Context, params types.Params) + func (k Keeper) SetPort(ctx sdk.Context, portAddr common.Address) Other modules containing this package github.com/Canto-Network/Canto/v2 github.com/Canto-Network/Canto/v7 github.com/Canto-Network/Canto/v8