-
Notifications
You must be signed in to change notification settings - Fork 0
/
eventos.txt
86 lines (69 loc) · 1.57 KB
/
eventos.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
===============================================
BLOCK
{
"id":"16f8ddc6-3697-4b90-a5c5-1b60e26de6dc",
"sended_to":"BLOCKS",
"payload":{
"data":[
"teste"
],
"nonce":1234
},
"creation_date":"2022-06-04 22:13:19.332981"
}
===============================================
Client
{
"id":"16f8ddc6-3697-4b90-a5c5-1b60e26de6dc",
"sended_to":"REGISTER",
"payload":{
"client_id": "16f8ddc6-3697-4b90-a5c5-1b60e26de6dc",
"name": "TESTE TESTE",
"account_number": 823118
},
"creation_date":"2022-06-04 22:13:19.332981"
}
===============================================
Tokens
{
"id":"16f8ddc6-3697-4b90-a5c5-1b60e26de6dc",
"sended_to":"TOKENS",
"payload":{
"account_number": 823118,
"quantity": 100
},
"creation_date":"2022-06-04 22:13:19.332981"
}
===============================================
ACCOUNT
{
"id":"16f8ddc6-3697-4b90-a5c5-1b60e26de6dc",
"sended_to":"TOKENS",
"payload":{
"nickname": "Thomas",
"password": "123456"
},
"creation_date":"2022-06-04 22:13:19.332981"
}
===============================================
Transaction
{
"id":"16f8ddc6-3697-4b90-a5c5-1b60e26de6dc",
"sended_to":"TRANSACTIONS",
"payload":{
"sender_number": 823118,
"receiver_number": 843376,
"quantity": 0.01
},
"creation_date":"2022-06-04 22:13:19.332981"
}
=======================================
VALIDATE
{
"id":"16f8ddc6-3697-4b90-a5c5-1b60e26de6dc",
"sended_to":"VALIDATE",
"payload":{
"winner": ""
},
"creation_date":"2022-06-04 22:13:19.332981"
}