Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonhanks committed Dec 13, 2020
1 parent 9452f35 commit 99b0a14
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,35 @@ git-subtree. See those directories' README files for more details.

To learn about how Divvy is transforming global payments, visit
<https://xdv.io/contact/>.

## Divvy Genesis Ledger

```
{
"id" : 1,
"result" : {
"ledger" : {
"accepted" : true,
"account_hash" : "A21ED30C04C88046FC61DB9DC19375EEDBD365FD8C17286F27127DF804E9CAA6",
"close_flags" : 0,
"close_time" : 487287840,
"close_time_human" : "2015-Jun-10 21:44:00",
"close_time_resolution" : 30,
"closed" : true,
"hash" : "8C416580CE16A06D291666FD423F12AA2C6BD0E9440ED6BEF59889906CD9A7E9",
"ledger_hash" : "8C416580CE16A06D291666FD423F12AA2C6BD0E9440ED6BEF59889906CD9A7E9",
"ledger_index" : "1",
"parent_close_time" : 0,
"parent_hash" : "0000000000000000000000000000000000000000000000000000000000000000",
"seqNum" : "1",
"totalCoins" : "100000000000000000",
"total_coins" : "100000000000000000",
"transaction_hash" : "0000000000000000000000000000000000000000000000000000000000000000"
},
"ledger_hash" : "8C416580CE16A06D291666FD423F12AA2C6BD0E9440ED6BEF59889906CD9A7E9",
"ledger_index" : 1,
"status" : "success",
"validated" : true
}
}
```

0 comments on commit 99b0a14

Please sign in to comment.