HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

Node.js SDK - OnPeerError

Home > rainway-sdk-native > OnPeerError

OnPeerError type

Signature:

export declare type OnPeerError = (rt: Runtime, peer: PeerId, err: RainwayStatus) => void;

References: Runtime, PeerId, RainwayStatus