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