WIP
This commit is contained in:
+5
-3
@@ -58,9 +58,11 @@
|
||||
|
||||
|
||||
-record(tx,
|
||||
{id = none :: none | clutch:id(),
|
||||
amount = 0 :: non_neg_integer(),
|
||||
type = spend :: spend | atom()}).
|
||||
{id = none :: none | clutch:id(),
|
||||
amount = 0 :: non_neg_integer(),
|
||||
type = spend :: atom(),
|
||||
status = submitted :: submitted | mined | rejected | failed,
|
||||
meta = "" :: string()}).
|
||||
|
||||
|
||||
-record(spend_tx,
|
||||
|
||||
Reference in New Issue
Block a user