meshcore.js
ReferenceInterfaces

ContactFrame

Defined in: packages/protocol/src/types.ts:79

Contact response: one contact of a listing or of GET_CONTACT_BY_KEY.

Extends

  • ResponseBase

Properties

contact

contact: ContactRecord;

Defined in: packages/protocol/src/types.ts:81


kind

kind: "response";

Defined in: packages/protocol/src/types.ts:53

Inherited from

ResponseBase.kind

type

type: "contact";

Defined in: packages/protocol/src/types.ts:80

On this page