Skip to main content
Glama
keys.d.ts2.06 kB
import { Any, AnyAmino, AnySDKType } from "../../../google/protobuf/any"; import { BinaryReader, BinaryWriter } from "../../../binary"; /** * LegacyAminoPubKey specifies a public key type * which nests multiple public keys and a threshold, * it uses legacy amino address rules. */ export interface LegacyAminoPubKey { threshold: number; publicKeys: Any[]; } export interface LegacyAminoPubKeyProtoMsg { typeUrl: "/cosmos.crypto.multisig.LegacyAminoPubKey"; value: Uint8Array; } /** * LegacyAminoPubKey specifies a public key type * which nests multiple public keys and a threshold, * it uses legacy amino address rules. */ export interface LegacyAminoPubKeyAmino { threshold?: number; public_keys?: AnyAmino[]; } export interface LegacyAminoPubKeyAminoMsg { type: "tendermint/PubKeyMultisigThreshold"; value: LegacyAminoPubKeyAmino; } /** * LegacyAminoPubKey specifies a public key type * which nests multiple public keys and a threshold, * it uses legacy amino address rules. */ export interface LegacyAminoPubKeySDKType { threshold: number; public_keys: AnySDKType[]; } export declare const LegacyAminoPubKey: { typeUrl: string; aminoType: string; is(o: any): o is LegacyAminoPubKey; isSDK(o: any): o is LegacyAminoPubKeySDKType; isAmino(o: any): o is LegacyAminoPubKeyAmino; encode(message: LegacyAminoPubKey, writer?: BinaryWriter): BinaryWriter; decode(input: BinaryReader | Uint8Array, length?: number): LegacyAminoPubKey; fromPartial(object: Partial<LegacyAminoPubKey>): LegacyAminoPubKey; fromAmino(object: LegacyAminoPubKeyAmino): LegacyAminoPubKey; toAmino(message: LegacyAminoPubKey): LegacyAminoPubKeyAmino; fromAminoMsg(object: LegacyAminoPubKeyAminoMsg): LegacyAminoPubKey; toAminoMsg(message: LegacyAminoPubKey): LegacyAminoPubKeyAminoMsg; fromProtoMsg(message: LegacyAminoPubKeyProtoMsg): LegacyAminoPubKey; toProto(message: LegacyAminoPubKey): Uint8Array; toProtoMsg(message: LegacyAminoPubKey): LegacyAminoPubKeyProtoMsg; };

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