@0xsplits/splits-kit
Version:
UI Components for working with 0xSplits contracts
5 lines (4 loc) • 352 B
TypeScript
import { ICreateSplitForm, IAccount, Recipient } from '../types';
export declare const getSplitsAccountUrl: (address: string, chainId?: number) => string;
export declare const sortRecipients: (recipients: Recipient[], account: IAccount) => Recipient[];
export declare const getSplitRouterParams: (split: ICreateSplitForm, account: IAccount) => string;