Correspondents
Adding a correspondent
Params:
code - {string} - Pairing code
await core.addCorrespondent('ApM6ZzpMhnK87Qqz4LhkIHTxGA79VVTVqb1PmtrAzOzo@byteball.org/bb-test#O3IZDFeH4SR0');
Removing a correspondent
Params:
device_address - {string} - Device address
await core.removeCorrespondent('0WI73XY6WPR46D4ZKEQEFFQSSPBZMUOVD');
List of correspondents
await core.listCorrespondents()
Last updated