ReferenceFunctions
encodeGetContacts()
function encodeGetContacts(since?): Uint8Array;Defined in: packages/protocol/src/commands.ts:87
GET_CONTACTS: list the contact table, optionally only those modified since a timestamp; answered by ContactsStart, Contact… EndOfContacts.
Parameters
since?
number
Only contacts modified after this epoch
Returns
Uint8Array