@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
27 lines • 1.83 kB
TypeScript
export { acps } from "./acps.js";
export type { AcpsErrorType, AcpsReturnType } from "./types/acps.js";
export { getBlockchainID } from "./getBlockchainID.js";
export type { GetBlockchainIDErrorType, GetBlockchainIDParameters, GetBlockchainIDReturnType, } from "./types/getBlockchainID.js";
export { getNetworkID } from "./getNetworkID.js";
export type { GetNetworkIDErrorType, GetNetworkIDReturnType, } from "./types/getNetworkID.js";
export { getNetworkName } from "./getNetworkName.js";
export type { GetNetworkNameErrorType, GetNetworkNameReturnType, } from "./types/getNetworkName.js";
export { getNodeID } from "./getNodeID.js";
export type { GetNodeIDErrorType, GetNodeIDReturnType, } from "./types/getNodeID.js";
export { getNodeIP } from "./getNodeIP.js";
export type { GetNodeIPErrorType, GetNodeIPReturnType, } from "./types/getNodeIP.js";
export { getNodeVersion } from "./getNodeVersion.js";
export type { GetNodeVersionErrorType, GetNodeVersionReturnType, } from "./types/getNodeVersion.js";
export { getTxFee } from "./getTxFee.js";
export type { GetTxFeeErrorType, GetTxFeeReturnType, } from "./types/getTxFee.js";
export { getVMs } from "./getVMs.js";
export type { GetVMsErrorType, GetVMsReturnType } from "./types/getVMs.js";
export { isBootstrapped } from "./isBootstrapped.js";
export type { IsBootstrappedErrorType, IsBootstrappedParameters, IsBootstrappedReturnType, } from "./types/isBootstrapped.js";
export { peers } from "./peers.js";
export type { PeersErrorType, PeersParameters, PeersReturnType, } from "./types/peers.js";
export type { UpgradesErrorType, UpgradesReturnType, } from "./types/upgrades.js";
export { upgrades } from "./upgrades.js";
export type { UptimeErrorType, UptimeReturnType } from "./types/uptime.js";
export { uptime } from "./uptime.js";
//# sourceMappingURL=index.d.ts.map