UNPKG

@gorbchain-xyz/chaindecode

Version:

GorbchainSDK V1.3+ - Complete Solana development toolkit with advanced cryptography, messaging, and collaboration features. Build secure applications with blockchain, DeFi, and end-to-end encryption.

9 lines (8 loc) 326 B
export interface GorbchainConfig { backendUrl?: string; rpcUrl?: string; programIds?: Record<string, string>; } export declare function setGorbchainConfig(cfg: Partial<GorbchainConfig>): void; export declare function getGorbchainConfig(): GorbchainConfig; export declare const PROGRAM_IDS: Record<string, string>;