Skip to main content
Glama
module.d.ts1.22 kB
import { BinaryReader, BinaryWriter } from "../../../../binary"; /** Module is the config object for the genutil module. */ export interface Module { } export interface ModuleProtoMsg { typeUrl: "/cosmos.genutil.module.v1.Module"; value: Uint8Array; } /** Module is the config object for the genutil module. */ export interface ModuleAmino { } export interface ModuleAminoMsg { type: "cosmos-sdk/Module"; value: ModuleAmino; } /** Module is the config object for the genutil module. */ export interface ModuleSDKType { } export declare const Module: { typeUrl: string; aminoType: string; is(o: any): o is Module; isSDK(o: any): o is ModuleSDKType; isAmino(o: any): o is ModuleAmino; encode(_: Module, writer?: BinaryWriter): BinaryWriter; decode(input: BinaryReader | Uint8Array, length?: number): Module; fromPartial(_: Partial<Module>): Module; fromAmino(_: ModuleAmino): Module; toAmino(_: Module): ModuleAmino; fromAminoMsg(object: ModuleAminoMsg): Module; toAminoMsg(message: Module): ModuleAminoMsg; fromProtoMsg(message: ModuleProtoMsg): Module; toProto(message: Module): Uint8Array; toProtoMsg(message: Module): ModuleProtoMsg; };

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MyronKoch-dev/osmosis-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server