You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently libtester provides a convenient method get_row_by_account() to return a table row by account name. In writing tests for the new core contracts for Savanna, we need to get a row by a primary key of uint64_t id. A new method get_row_by_id will be useful for this and future uses.
The text was updated successfully, but these errors were encountered:
Currently libtester provides a convenient method
get_row_by_account()
to return a table row by account name. In writing tests for the new core contracts for Savanna, we need to get a row by a primary key of uint64_t id. A new methodget_row_by_id
will be useful for this and future uses.The text was updated successfully, but these errors were encountered: