Skip to content
Snippets Groups Projects
Commit 963ed80b authored by alexey.stratulat's avatar alexey.stratulat
Browse files

[*] ...

parent b20c9ee5
No related branches found
No related tags found
2 merge requests!897hotfix-6925,!803Transferring changes of many modules to develop.
Pipeline #17649 failed with stage
in 17 seconds
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
* *
* return type, or TX_ITEM_TYPE_ANY if error * return type, or TX_ITEM_TYPE_ANY if error
*/ */
dap_chain_tx_item_type_t dap_chain_datum_tx_item_get_type(const uint8_t *a_item); dap_chain_tx_item_type_t dap_chain_datum_tx_item_get_type(const void *a_item);
/** /**
* Get item name by item type * Get item name by item type
...@@ -93,7 +93,7 @@ dap_chain_tx_out_cond_subtype_t dap_chain_tx_out_cond_subtype_from_str(const cha ...@@ -93,7 +93,7 @@ dap_chain_tx_out_cond_subtype_t dap_chain_tx_out_cond_subtype_from_str(const cha
* *
* return size, 0 Error * return size, 0 Error
*/ */
size_t dap_chain_datum_item_tx_get_size(const uint8_t *a_item); size_t dap_chain_datum_item_tx_get_size(const void *a_item);
/** /**
* Create item dap_chain_tx_token_t * Create item dap_chain_tx_token_t
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment