Skip to main content
Glama
multisig.d.ts436 B
import { MultisigThresholdPubkey, SinglePubkey } from "./pubkeys"; /** * Compare arrays lexicographically. * * Returns value < 0 if `a < b`. * Returns value > 0 if `a > b`. * Returns 0 if `a === b`. */ export declare function compareArrays(a: Uint8Array, b: Uint8Array): number; export declare function createMultisigThresholdPubkey(pubkeys: readonly SinglePubkey[], threshold: number, nosort?: boolean): MultisigThresholdPubkey;

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