Advert
Defined in: src/protocol/advert.ts:46
Properties
Section titled “Properties”appData
Section titled “appData”appData: AdvertAppData;Defined in: src/protocol/advert.ts:50
appDataHex
Section titled “appDataHex”appDataHex: string;Defined in: src/protocol/advert.ts:51
publicKeyHex
Section titled “publicKeyHex”publicKeyHex: string;Defined in: src/protocol/advert.ts:47
signatureHex
Section titled “signatureHex”signatureHex: string;Defined in: src/protocol/advert.ts:49
signedMessage
Section titled “signedMessage”signedMessage: Buffer;Defined in: src/protocol/advert.ts:53
The exact bytes the signature covers: pub_key || timestamp || app_data.
timestampUnix
Section titled “timestampUnix”timestampUnix: number;Defined in: src/protocol/advert.ts:48