AntelopeIO / leap

C++ implementation of the Antelope protocol
Other
113 stars 69 forks source link

IF: Add get_row_by_id to libtester #2368

Closed linh2931 closed 2 months ago

linh2931 commented 2 months ago

Currently libtester provides a method get_row_by_account() to return a table row by account name.

This PR adds another convenient method to return a row by id. This is to be used by https://github.com/AntelopeIO/reference-contracts/pull/60.

Resolved https://github.com/AntelopeIO/leap/issues/2367.