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