Description
So social connection field needs to increase to certify more than the name, the signer shall get access to an arbitrary text section adding details of the social binding, and furthermore also include the users binding details with their eNames in there.
Example JSON
{
"signatures": [ ... ],
"data": {
"kind": "social_connection",
"parties": [
"@ename-1",
"@ename-2"
],
"relation_description": "he owes me money since 20 years and doesn't pay me back"
}
}
Acceptance Criteria
Desired Output (may vary)