Raw.DataJSON

Raw.DataJSON

Represents a json-encoded object

dataJSON#7d748d04 data:string = DataJSON;
export namespace Raw {
  export class DataJSON {
    constructor(params: { data: string }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x7d748d04

Property

  • data : string

    Json-encoded object