Add support for extended-auth account types
Gajumaru Serialization Tests / tests (push) Successful in 11s
Gajumaru Serialization Tests / tests (push) Successful in 11s
This commit is contained in:
@@ -115,6 +115,8 @@ tag(entry) -> 140;
|
||||
tag(entry_create_tx) -> 141;
|
||||
tag(entry_transfer_tx) -> 142;
|
||||
tag(entry_destroy_tx) -> 143;
|
||||
tag(account_key_store) -> 144;
|
||||
tag(account_create_tx) -> 145;
|
||||
tag(pof) -> 200.
|
||||
|
||||
rev_tag(10) -> account;
|
||||
@@ -194,4 +196,6 @@ rev_tag(140) -> entry;
|
||||
rev_tag(141) -> entry_create_tx;
|
||||
rev_tag(142) -> entry_transfer_tx;
|
||||
rev_tag(143) -> entry_destroy_tx;
|
||||
rev_tag(144) -> account_key_store;
|
||||
rev_tag(145) -> account_create_tx;
|
||||
rev_tag(200) -> pof.
|
||||
|
||||
Reference in New Issue
Block a user