@ensnode/ensrainbow-sdk
Version:
ENSRainbow SDK for interacting with the ENSRainbow API.
5 lines (4 loc) • 395 B
TypeScript
export { EnsRainbowClientLabelSet, EnsRainbowServerLabelSet, LabelSetId, LabelSetVersion, buildEnsRainbowClientLabelSet } from '@ensnode/ensnode-sdk';
export { EnsRainbow, EnsRainbowApiClient, EnsRainbowApiClientOptions, EnsRainbowHttpError, isCacheableHealResponse, isHealError } from './client.js';
export { DEFAULT_ENSRAINBOW_URL, ErrorCode, StatusCode } from './consts.js';
import 'enssdk';