-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcheque-format.json
37 lines (36 loc) · 1014 Bytes
/
cheque-format.json
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
[
{
addressType : "EXTERNAL",
address : "0xabcdef0123456789",
value: 0.4,
redeemFromBlockNo: 123456789,
custodyType: "LIDO_STETH", // || "GARLIQUE" || "WSHIBU_FUTURES_PONZI" || etc. etc.
salt: "3e09kfmog5hekpd;KJOFOMXAK"
},
{
addressType : "EXTERNAL_GASLESS"
address : "0xb0b808b0b808",
value: 0.4,
redeemFromBlockNo: 123456789,
custodyType: "LIDO_STETH",
salt: "3e09kfmog5hekpd;KJOFOMXAK"
},
{
addressType : "FEE",
value: 0
// No address, etc. etc.
},
{
addressType : "DONATE",
value: 0.4
// No address, etc. etc.
},
{
addressType : "INTERNAL"
address : "0xabcdef0123456789",
value: 0.4,
// No redeemFromBlockNo
salt: "3e09kfmog5hekpd;KJOFOMXAK"
// no custodyType
}
]