You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
...
The text was updated successfully, but these errors were encountered:
In the smart contract there is a
channels
field which is an array ofuint8
. Also in the whitepaper is described that thechannels
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:
The text was updated successfully, but these errors were encountered: