UNPKG

@avalanche-sdk/client

Version:

A TypeScript SDK for interacting with the Avalanche network through JSON-RPC APIs. This SDK provides a comprehensive set of tools to interact with all Avalanche chains (P-Chain, X-Chain, C-Chain) and various APIs, including wallet functionality for transa

12 lines 791 B
export declare const P_CHAIN_MAINNET_ID = "11111111111111111111111111111111LpoYY"; export declare const P_CHAIN_FUJI_ID = "11111111111111111111111111111111LpoYY"; export declare const P_CHAIN_ALIAS = "P"; export declare const X_CHAIN_MAINNET_ID = "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM"; export declare const X_CHAIN_FUJI_ID = "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm"; export declare const X_CHAIN_ALIAS = "X"; export declare const C_CHAIN_MAINNET_ID = "2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5"; export declare const C_CHAIN_FUJI_ID = "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp"; export declare const C_CHAIN_ALIAS = "C"; export declare const MAINNET_NETWORK_ID = 1; export declare const TESTNET_NETWORK_ID = 5; //# sourceMappingURL=consts.d.ts.map