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
16
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
Merge requests
!1484
[+] mempool: datum get api.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[+] mempool: datum get api.
cherry-pick-05bdfcfc
into
release-5.3
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Dmitry Puzyrkov
requested to merge
cherry-pick-05bdfcfc
into
release-5.3
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
(cherry picked from commit
05bdfcfc
)
👍
0
👎
0
Merge request reports
Compare
release-5.3
release-5.3 (base)
and
latest version
latest version
ac39f563
1 commit,
1 year ago
2 files
+
19
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
modules/mempool/include/dap_chain_mempool.h
+
1
−
0
Options
@@ -101,6 +101,7 @@ char *dap_chain_mempool_base_tx_create(dap_chain_t *a_chain, dap_chain_hash_fast
dap_chain_id_t
a_emission_chain_id
,
uint256_t
a_emission_value
,
const
char
*
a_ticker
,
dap_chain_addr_t
*
a_addr_to
,
dap_enc_key_t
*
a_private_key
,
const
char
*
a_hash_out_type
,
uint256_t
a_value_fee
);
dap_chain_datum_t
*
dap_chain_mempool_datum_get
(
dap_chain_t
*
a_chain
,
const
char
*
a_emission_hash_str
);
dap_chain_datum_token_emission_t
*
dap_chain_mempool_emission_get
(
dap_chain_t
*
a_chain
,
const
char
*
a_emission_hash_str
);
dap_chain_datum_token_emission_t
*
dap_chain_mempool_datum_emission_extract
(
dap_chain_t
*
a_chain
,
byte_t
*
a_data
,
size_t
a_size
);
char
*
dap_chain_mempool_tx_coll_fee_create
(
dap_chain_cs_blocks_t
*
a_blocks
,
dap_enc_key_t
*
a_key_from
,
const
dap_chain_addr_t
*
a_addr_to
,
dap_list_t
*
a_block_list
,
Loading