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