UNPKG

@cheethas/splits-sdk

Version:

Fork of the splits SDK for the 0xSplits protocol, testing experimental features

5 lines (4 loc) 287 B
import type { SplitRecipient } from '../types'; export declare const validateRecipients: (recipients: SplitRecipient[]) => void; export declare const validateDistributorFeePercent: (distributorFeePercent: number) => void; export declare const validateAddress: (address: string) => void;