In the smart contract there is a channels field which is an array of uint8. Also in the whitepaper is described that the channels fields contains "Communication channels the VASP is accepting for messages (e.g. Whisper, Email, etc.)".
I can't find where the codes (uint8) for the different channels are defined.
Something like:
0 = 'whisper'
1 = 'email'
...
In the smart contract there is a
channelsfield which is an array ofuint8. Also in the whitepaper is described that thechannelsfields contains "Communication channels the VASP is accepting for messages (e.g. Whisper, Email, etc.)".I can't find where the codes (
uint8) for the different channels are defined.Something like: