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