IncomingDetail: {
    debug?: JsonValue;
    type: string;
    value: Uint8Array;
}

An incoming detail is basically a google.protobuf.Any, but it includes an optional JSON representation in the "debug" key, and stores a type name instead of a type URL.

Type declaration

  • Optional debug?: JsonValue
  • type: string
  • value: Uint8Array

Generated using TypeDoc