Skip to main content
Glama
genesis.d.ts3.02 kB
import { Params, ParamsAmino, ParamsSDKType } from "./params"; import { Any, AnyProtoMsg, AnyAmino, AnySDKType } from "../../../google/protobuf/any"; import { Pool as Pool1 } from "../../concentratedliquidity/v1beta1/pool"; import { PoolProtoMsg as Pool1ProtoMsg } from "../../concentratedliquidity/v1beta1/pool"; import { PoolSDKType as Pool1SDKType } from "../../concentratedliquidity/v1beta1/pool"; import { CosmWasmPool, CosmWasmPoolProtoMsg, CosmWasmPoolSDKType } from "./model/pool"; import { Pool as Pool2 } from "../../gamm/poolmodels/stableswap/v1beta1/stableswap_pool"; import { PoolProtoMsg as Pool2ProtoMsg } from "../../gamm/poolmodels/stableswap/v1beta1/stableswap_pool"; import { PoolSDKType as Pool2SDKType } from "../../gamm/poolmodels/stableswap/v1beta1/stableswap_pool"; import { Pool as Pool3 } from "../../gamm/v1beta1/balancerPool"; import { PoolProtoMsg as Pool3ProtoMsg } from "../../gamm/v1beta1/balancerPool"; import { PoolSDKType as Pool3SDKType } from "../../gamm/v1beta1/balancerPool"; import { BinaryReader, BinaryWriter } from "../../../binary"; /** GenesisState defines the cosmwasmpool module's genesis state. */ export interface GenesisState { /** params is the container of cosmwasmpool parameters. */ params: Params; pools: (Pool1 | CosmWasmPool | Pool2 | Pool3 | Any)[] | Any[]; } export interface GenesisStateProtoMsg { typeUrl: "/osmosis.cosmwasmpool.v1beta1.GenesisState"; value: Uint8Array; } export type GenesisStateEncoded = Omit<GenesisState, "pools"> & { pools: (Pool1ProtoMsg | CosmWasmPoolProtoMsg | Pool2ProtoMsg | Pool3ProtoMsg | AnyProtoMsg)[]; }; /** GenesisState defines the cosmwasmpool module's genesis state. */ export interface GenesisStateAmino { /** params is the container of cosmwasmpool parameters. */ params?: ParamsAmino; pools?: AnyAmino[]; } export interface GenesisStateAminoMsg { type: "osmosis/cosmwasmpool/genesis-state"; value: GenesisStateAmino; } /** GenesisState defines the cosmwasmpool module's genesis state. */ export interface GenesisStateSDKType { params: ParamsSDKType; pools: (Pool1SDKType | CosmWasmPoolSDKType | Pool2SDKType | Pool3SDKType | AnySDKType)[]; } export declare const GenesisState: { typeUrl: string; aminoType: string; is(o: any): o is GenesisState; isSDK(o: any): o is GenesisStateSDKType; isAmino(o: any): o is GenesisStateAmino; encode(message: GenesisState, writer?: BinaryWriter): BinaryWriter; decode(input: BinaryReader | Uint8Array, length?: number): GenesisState; fromPartial(object: Partial<GenesisState>): GenesisState; fromAmino(object: GenesisStateAmino): GenesisState; toAmino(message: GenesisState): GenesisStateAmino; fromAminoMsg(object: GenesisStateAminoMsg): GenesisState; toAminoMsg(message: GenesisState): GenesisStateAminoMsg; fromProtoMsg(message: GenesisStateProtoMsg): GenesisState; toProto(message: GenesisState): Uint8Array; toProtoMsg(message: GenesisState): GenesisStateProtoMsg; };

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