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

42 lines (36 loc) 1.13 kB
export { getContainerByID } from "./getContainerByID.js"; export type { GetContainerByIDErrorType, GetContainerByIDParameters, GetContainerByIDReturnType, } from "./types/getContainerByID.js"; export { getContainerByIndex } from "./getContainerByIndex.js"; export type { GetContainerByIndexErrorType, GetContainerByIndexParameters, GetContainerByIndexReturnType, } from "./types/getContainerByIndex.js"; export { getContainerRange } from "./getContainerRange.js"; export type { GetContainerRangeErrorType, GetContainerRangeParameters, GetContainerRangeReturnType, } from "./types/getContainerRange.js"; export { getIndex } from "./getIndex.js"; export type { GetIndexErrorType, GetIndexParameters, GetIndexReturnType, } from "./types/getIndex.js"; export { getLastAccepted } from "./getLastAccepted.js"; export type { GetLastAcceptedErrorType, GetLastAcceptedParameters, GetLastAcceptedReturnType, } from "./types/getLastAccepted.js"; export { isAccepted } from "./isAccepted.js"; export type { IsAcceptedErrorType, IsAcceptedParameters, IsAcceptedReturnType, } from "./types/isAccepted.js";