Skip to content

Commit

Permalink
add sample for tx struct v2 API
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasLi1024 committed Nov 30, 2023
1 parent 465e1e1 commit 2b00bcf
Show file tree
Hide file tree
Showing 2 changed files with 469 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sample/tx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ target_link_libraries(hello_sample_hsm PUBLIC ${BCOS_C_SDK_STATIC_TARGET})
add_executable(tx_struct_test tx_struct_test.c)
target_link_libraries(tx_struct_test PUBLIC ${BCOS_C_SDK_STATIC_TARGET})

add_executable(tx_struct_v2_test tx_struct_v2_test.c)
target_link_libraries(tx_struct_v2_test PUBLIC ${BCOS_C_SDK_STATIC_TARGET})

# add_executable(tx_sign_perf tx_sign_perf.cpp)
# target_link_libraries(tx_sign_perf PUBLIC ${BCOS_C_SDK_STATIC_TARGET})
Loading

0 comments on commit 2b00bcf

Please sign in to comment.