Home > rainway-sdk > PendingConnectionRequest
PendingConnectionRequest variable
Signature:
PendingConnectionRequest: {
encode(message: IPendingConnectionRequest): Uint8Array;
encodeInto(message: IPendingConnectionRequest, view: BebopView): number;
decode(buffer: Uint8Array): IPendingConnectionRequest;
readFrom(view: BebopView): IPendingConnectionRequest;
}