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