Raw.RpcResult

Raw.RpcResult

rpc_result#f35c6d01 req_msg_id:long result:Object = RpcResult;
export namespace Raw {
  export class RpcResult {
    constructor(params: { reqMsgId: bigint; result: any }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xf35c6d01

Property