@0xsplits/splits-sdk
Version:
SDK for the 0xSplits protocol
7 lines (6 loc) • 520 B
TypeScript
import { GqlWaterfallModule } from './types';
import { IWaterfallModule } from './types';
import { WaterfallModule } from '../types';
export declare const WATERFALL_MODULE_FIELDS_FRAGMENT: import("@urql/core").TypedDocumentNode<any, import("@urql/core").AnyVariables>;
export declare const formatGqlWaterfallModule: (arg0: GqlWaterfallModule) => IWaterfallModule;
export declare const protectedFormatWaterfallModule: (gqlWaterfallModule: IWaterfallModule, tokenSymbol: string, tokenDecimals: number) => WaterfallModule;