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.

6 lines (5 loc) 195 B
import { DecoderRegistry } from './registry.js'; /** * Create a pre-configured decoder registry with common decoders */ export declare function createDefaultDecoderRegistry(): DecoderRegistry;