UNPKG

@0xsplits/splits-sdk

Version:

SDK for the 0xSplits protocol

12 lines (11 loc) 550 B
import { GqlVestingModule } from './types'; import { IVestingModule } from './types'; import { VestingModule } from '../types'; export declare const VESTING_MODULE_FIELDS_FRAGMENT: import("@urql/core").TypedDocumentNode<any, import("@urql/core").AnyVariables>; export declare const formatGqlVestingModule: (arg0: GqlVestingModule) => IVestingModule; export declare const protectedFormatVestingModule: (gqlVestingModule: IVestingModule, tokenData: { [token: string]: { symbol: string; decimals: number; }; }) => VestingModule;