UNPKG

navi-sdk

Version:

The NAVI SDK Client provides tools for interacting with the Sui blockchain networks, designed for handling transactions, accounts, and smart contracts efficiently. This documentation covers the setup, account management, and transaction handling within th

7 lines (6 loc) 225 B
export declare const BridgeConfig: { baseUrl: string; apiKey: string; }; export declare const apiInstance: import("axios").AxiosInstance; export declare function config(newConfig: Partial<typeof BridgeConfig>): void;