UNPKG

address-auth-sdk

Version:

8 lines (7 loc) 174 B
interface signInInformation { publicAddress: string; signedMessage: string; } interface CustomProvider { handleError: (message: string, error?: Error) => void; }