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