@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
37 lines (32 loc) • 948 B
text/typescript
export { baseFee } from "./baseFee.js";
export type {
BaseFeeErrorType,
BaseFeeMethod,
BaseFeeReturnType,
} from "./types/baseFee.js";
export { getChainConfig } from "./getChainConfig.js";
export type {
GetChainConfigErrorType,
GetChainConfigMethod,
GetChainConfigReturnType,
} from "./types/getChainConfig.js";
export { maxPriorityFeePerGas } from "./maxPriorityFeePerGas.js";
export type {
MaxPriorityFeePerGasErrorType,
MaxPriorityFeePerGasMethod,
MaxPriorityFeePerGasReturnType,
} from "./types/maxPriorityFeePerGas.js";
export { feeConfig } from "./feeConfig.js";
export type {
FeeConfigErrorType,
FeeConfigMethod,
FeeConfigParameters,
FeeConfigReturnType,
} from "./types/feeConfig.js";
export { getActiveRulesAt } from "./getActiveRulesAt.js";
export type {
GetActiveRulesAtErrorType,
GetActiveRulesAtMethod,
GetActiveRulesAtParameters,
GetActiveRulesAtReturnType,
} from "./types/getActiveRulesAt.js";