ReferenceFunctions
fakeContactRecord()
function fakeContactRecord(overrides): ContactRecord;Defined in: packages/transports/src/mock/fake-radio.ts:475
A ContactRecord for tests: the public key is derived from the name, every other field has a plausible default.
Parameters
overrides
Partial<ContactRecord> & object
name is required, the key is derived from it
Returns
ContactRecord