Skip to main content
Glama
genesis.d.ts2.27 kB
import { Minter, MinterAmino, MinterSDKType, Params, ParamsAmino, ParamsSDKType } from "./mint"; import { BinaryReader, BinaryWriter } from "../../../binary"; /** GenesisState defines the mint module's genesis state. */ export interface GenesisState { /** minter is an abstraction for holding current rewards information. */ minter: Minter; /** params defines all the parameters of the mint module. */ params: Params; /** * reduction_started_epoch is the first epoch in which the reduction of mint * begins. */ reductionStartedEpoch: bigint; } export interface GenesisStateProtoMsg { typeUrl: "/osmosis.mint.v1beta1.GenesisState"; value: Uint8Array; } /** GenesisState defines the mint module's genesis state. */ export interface GenesisStateAmino { /** minter is an abstraction for holding current rewards information. */ minter?: MinterAmino; /** params defines all the parameters of the mint module. */ params?: ParamsAmino; /** * reduction_started_epoch is the first epoch in which the reduction of mint * begins. */ reduction_started_epoch?: string; } export interface GenesisStateAminoMsg { type: "osmosis/mint/genesis-state"; value: GenesisStateAmino; } /** GenesisState defines the mint module's genesis state. */ export interface GenesisStateSDKType { minter: MinterSDKType; params: ParamsSDKType; reduction_started_epoch: bigint; } 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