@jialinli98 - Write out two functions in Javascript:
{
"identity": "0x0000",
"in_signatures": ["baf0023e1", "baf0023e2", "baf0023e3"],
"in_pub_keys": ["key1", "key2", "key3"],
"out_signatures": ["baf0023e1", "baf0023e2"]
}
- Will alter out-signatures.
{
"identity": "0x0000",
"in_signatures": ["baf0023e1", "baf0023e2", "baf0023e3"],
"in_pub_keys": ["key1", "key2", "key3"],
"out_signatures": ["baf0023e1", "baf0023e2", "baf0023e3"] // 0x0000 signs anothers pub key
}
- Will alter in-signatures & public-key list.
{
"identity": "0x0000",
"in_signatures": ["baf0023e1", "baf0023e2", "baf0023e3", "baf0023e4"], // 0x0000 has their pub key signed by key4.
"in_pub_keys": ["key1", "key2", "key3", "Key4"],
"out_signatures": ["baf0023e1", "baf0023e2"]
}