Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 312 Bytes

eth-connect.callback.md

File metadata and controls

11 lines (7 loc) · 312 Bytes

Home > eth-connect > Callback

Callback type

Signature:

export type Callback = (err: Error | null, message?: any) => void;