UNPKG

@multiversx/sdk-dapp-swap

Version:

A library to hold the main logic for swapping between tokens on the MultiversX blockchain

7 lines 219 B
export interface MaintenanceQueryType { factory: { maintenance: boolean; }; } export declare const maintenanceQuery: import("@apollo/client").DocumentNode; //# sourceMappingURL=maintenance.query.d.ts.map