Skip to main content
Glama
keys.d.ts1.42 kB
import { BinaryReader, BinaryWriter } from "../../binary"; /** PublicKey defines the keys available for use with Validators */ export interface PublicKey { ed25519?: Uint8Array; secp256k1?: Uint8Array; } export interface PublicKeyProtoMsg { typeUrl: "/tendermint.crypto.PublicKey"; value: Uint8Array; } /** PublicKey defines the keys available for use with Validators */ export interface PublicKeyAmino { ed25519?: string; secp256k1?: string; } export interface PublicKeyAminoMsg { type: "/tendermint.crypto.PublicKey"; value: PublicKeyAmino; } /** PublicKey defines the keys available for use with Validators */ export interface PublicKeySDKType { ed25519?: Uint8Array; secp256k1?: Uint8Array; } export declare const PublicKey: { typeUrl: string; is(o: any): o is PublicKey; isSDK(o: any): o is PublicKeySDKType; isAmino(o: any): o is PublicKeyAmino; encode(message: PublicKey, writer?: BinaryWriter): BinaryWriter; decode(input: BinaryReader | Uint8Array, length?: number): PublicKey; fromPartial(object: Partial<PublicKey>): PublicKey; fromAmino(object: PublicKeyAmino): PublicKey; toAmino(message: PublicKey): PublicKeyAmino; fromAminoMsg(object: PublicKeyAminoMsg): PublicKey; fromProtoMsg(message: PublicKeyProtoMsg): PublicKey; toProto(message: PublicKey): Uint8Array; toProtoMsg(message: PublicKey): PublicKeyProtoMsg; };

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