Skip to main content
Glama
stdtx.d.ts607 B
import { StdSignature } from "./signature"; import { AminoMsg, StdFee, StdSignDoc } from "./signdoc"; /** * A Cosmos SDK StdTx * * @see https://docs.cosmos.network/master/modules/auth/03_types.html#stdtx */ export interface StdTx { readonly msg: readonly AminoMsg[]; readonly fee: StdFee; readonly signatures: readonly StdSignature[]; readonly memo: string | undefined; } export declare function isStdTx(txValue: unknown): txValue is StdTx; export declare function makeStdTx(content: Pick<StdSignDoc, "msgs" | "fee" | "memo">, signatures: StdSignature | readonly StdSignature[]): StdTx;

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