UNPKG

@unilogin/sdk

Version:

SDK is a JS library, that communicates with relayer. SDK allows managing contract, by creating basic contract-calling messages.

5 lines 201 B
export declare type TransferErrors = Record<string, string[]>; export interface Validator<T> { validate(subject: T, errors: TransferErrors): Promise<void>; } //# sourceMappingURL=Validator.d.ts.map