Name change
This commit is contained in:
@@ -44,21 +44,21 @@
|
||||
|
||||
-record(poa,
|
||||
{name = "" :: string(),
|
||||
id = <<>> :: clutch:id(),
|
||||
id = <<>> :: gajudesk:id(),
|
||||
balances = [#balance{}] :: [#balance{}],
|
||||
history = [] :: [clutch:tx()],
|
||||
checked = never :: never | clutch:ts()}).
|
||||
history = [] :: [gajudesk:tx()],
|
||||
checked = never :: never | gajudesk:ts()}).
|
||||
|
||||
|
||||
-record(key,
|
||||
{name = "" :: string(),
|
||||
id = <<>> :: clutch:id(),
|
||||
id = <<>> :: gajudesk:id(),
|
||||
pair = #{} :: #{public := binary(), secret := binary()},
|
||||
type = {{eddsa, ed25519}, 256} :: {Cipher :: term(), Size :: pos_integer()}}).
|
||||
|
||||
|
||||
-record(tx,
|
||||
{id = none :: none | clutch:id(),
|
||||
{id = none :: none | gajudesk:id(),
|
||||
amount = 0 :: non_neg_integer(),
|
||||
type = spend :: atom(),
|
||||
status = submitted :: submitted | mined | rejected | failed,
|
||||
@@ -66,8 +66,8 @@
|
||||
|
||||
|
||||
-record(spend_tx,
|
||||
{sender_id = <<>> :: clutch:id(),
|
||||
recipient_id = <<>> :: clutch:id(),
|
||||
{sender_id = <<>> :: gajudesk:id(),
|
||||
recipient_id = <<>> :: gajudesk:id(),
|
||||
amount = 0 :: non_neg_integer(),
|
||||
gas_price = 0 :: non_neg_integer(),
|
||||
gas = 0 :: non_neg_integer(),
|
||||
@@ -84,7 +84,7 @@
|
||||
chain_id = <<"groot.devnet">> :: binary(),
|
||||
endpoint = #node{} :: #node{},
|
||||
nets = [#net{}] :: [#net{}],
|
||||
txs = #{} :: clutch:key_txs()}).
|
||||
txs = #{} :: gajudesk:key_txs()}).
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user