UNPKG

@0xsplits/splits-sdk

Version:

SDK for the 0xSplits protocol

5 lines (4 loc) 333 B
import { GqlPassThroughWallet } from './types'; import { IPassThroughWallet } from './types'; export declare const PASS_THROUGH_WALLET_FIELDS_FRAGMENT: import("@urql/core").TypedDocumentNode<any, import("@urql/core").AnyVariables>; export declare const formatGqlPassThroughWallet: (arg0: GqlPassThroughWallet) => IPassThroughWallet;