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