Skip to main content
Glama
decode.d.ts386 B
import { AuthInfo, TxBody } from "cosmjs-types/cosmos/tx/v1beta1/tx"; export interface DecodedTxRaw { readonly authInfo: AuthInfo; readonly body: TxBody; readonly signatures: readonly Uint8Array[]; } /** * Takes a serialized TxRaw (the bytes stored in Tendermint) and decodes it into something usable. */ export declare function decodeTxRaw(tx: Uint8Array): DecodedTxRaw;

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