Skip to content

Commit

Permalink
cheque JSON format
Browse files Browse the repository at this point in the history
  • Loading branch information
dips committed Oct 29, 2022
1 parent 919067f commit 9375356
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions cheque-format.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,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

}
]

0 comments on commit 9375356

Please sign in to comment.