Add creation time to Transaction model

This commit is contained in:
2021-04-15 00:07:12 +00:00
parent f514af6f5f
commit fa993289b1
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -60,5 +60,6 @@ type Transaction = {
stack_id: string
amount: integer // cents
details: string
created_at: UTC datetime ie: 2021-04-15T00:06:21.852620Z
}
```