Home > rainway-sdk-native > OnPeerMessage
OnPeerMessage type
Signature:
export declare type OnPeerMessage = (rt: Runtime, peer: PeerId, channel: string, msg: Uint8Array) => void;
Home > rainway-sdk-native > OnPeerMessage
Signature:
export declare type OnPeerMessage = (rt: Runtime, peer: PeerId, channel: string, msg: Uint8Array) => void;