Skip to main content
Glama
genesis.d.ts3.87 kB
import { Params, ParamsAmino, ParamsSDKType } from "./params"; import { DenomAuthorityMetadata, DenomAuthorityMetadataAmino, DenomAuthorityMetadataSDKType } from "./authorityMetadata"; import { BinaryReader, BinaryWriter } from "../../../binary"; /** GenesisState defines the tokenfactory module's genesis state. */ export interface GenesisState { /** params defines the parameters of the module. */ params: Params; factoryDenoms: GenesisDenom[]; } export interface GenesisStateProtoMsg { typeUrl: "/osmosis.tokenfactory.v1beta1.GenesisState"; value: Uint8Array; } /** GenesisState defines the tokenfactory module's genesis state. */ export interface GenesisStateAmino { /** params defines the parameters of the module. */ params?: ParamsAmino; factory_denoms?: GenesisDenomAmino[]; } export interface GenesisStateAminoMsg { type: "osmosis/tokenfactory/genesis-state"; value: GenesisStateAmino; } /** GenesisState defines the tokenfactory module's genesis state. */ export interface GenesisStateSDKType { params: ParamsSDKType; factory_denoms: GenesisDenomSDKType[]; } /** * GenesisDenom defines a tokenfactory denom that is defined within genesis * state. The structure contains DenomAuthorityMetadata which defines the * denom's admin. */ export interface GenesisDenom { denom: string; authorityMetadata: DenomAuthorityMetadata; } export interface GenesisDenomProtoMsg { typeUrl: "/osmosis.tokenfactory.v1beta1.GenesisDenom"; value: Uint8Array; } /** * GenesisDenom defines a tokenfactory denom that is defined within genesis * state. The structure contains DenomAuthorityMetadata which defines the * denom's admin. */ export interface GenesisDenomAmino { denom?: string; authority_metadata?: DenomAuthorityMetadataAmino; } export interface GenesisDenomAminoMsg { type: "osmosis/tokenfactory/genesis-denom"; value: GenesisDenomAmino; } /** * GenesisDenom defines a tokenfactory denom that is defined within genesis * state. The structure contains DenomAuthorityMetadata which defines the * denom's admin. */ export interface GenesisDenomSDKType { denom: string; authority_metadata: DenomAuthorityMetadataSDKType; } 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; }; export declare const GenesisDenom: { typeUrl: string; aminoType: string; is(o: any): o is GenesisDenom; isSDK(o: any): o is GenesisDenomSDKType; isAmino(o: any): o is GenesisDenomAmino; encode(message: GenesisDenom, writer?: BinaryWriter): BinaryWriter; decode(input: BinaryReader | Uint8Array, length?: number): GenesisDenom; fromPartial(object: Partial<GenesisDenom>): GenesisDenom; fromAmino(object: GenesisDenomAmino): GenesisDenom; toAmino(message: GenesisDenom): GenesisDenomAmino; fromAminoMsg(object: GenesisDenomAminoMsg): GenesisDenom; toAminoMsg(message: GenesisDenom): GenesisDenomAminoMsg; fromProtoMsg(message: GenesisDenomProtoMsg): GenesisDenom; toProto(message: GenesisDenom): Uint8Array; toProtoMsg(message: GenesisDenom): GenesisDenomProtoMsg; };

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