Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cellframe-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
20
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
cellframe-sdk
Commits
963ed80b
Commit
963ed80b
authored
2 years ago
by
alexey.stratulat
Browse files
Options
Downloads
Patches
Plain Diff
[*] ...
parent
b20c9ee5
No related branches found
No related tags found
2 merge requests
!897
hotfix-6925
,
!803
Transferring changes of many modules to develop.
Pipeline
#17649
failed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/common/include/dap_chain_datum_tx_items.h
+2
-2
2 additions, 2 deletions
modules/common/include/dap_chain_datum_tx_items.h
with
2 additions
and
2 deletions
modules/common/include/dap_chain_datum_tx_items.h
+
2
−
2
View file @
963ed80b
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment