@xswap-link/sdk
Version:
JavaScript SDK for XSwap platform
16 lines (15 loc) • 567 B
text/typescript
export { AllowedOfframp } from "./AllowedOfframp";
export type {
AllowedOfframpFields,
AllowedOfframpJSON,
} from "./AllowedOfframp";
export { Config } from "./Config";
export type { ConfigFields, ConfigJSON } from "./Config";
export { DestChain } from "./DestChain";
export type { DestChainFields, DestChainJSON } from "./DestChain";
export { Nonce } from "./Nonce";
export type { NonceFields, NonceJSON } from "./Nonce";
export {
TokenAdminRegistry as tokenAdminRegistry,
TokenAdminRegistryFields as tokenAdminRegistryFields,
} from "./tokenAdminRegistry";