TrustRequest
Trust another user’s safety number using either the QR code data or the safety number text
This type can contain the following fields:
field | type | info |
---|---|---|
account |
String | The account to interact with |
address |
v1.JsonAddress |
The user to query identity keys for |
qr_code_data |
String | base64-encoded QR code data. required if safety_number is absent |
safety_number |
String | required if qr_code_data is absent |
trust_level |
String | One of TRUSTED_UNVERIFIED, TRUSTED_VERIFIED or UNTRUSTED. Default is TRUSTED_VERIFIED |