wharfkit / contract

Access table data, create actions, and retrieve types for Antelope-based Smart Contracts
https://wharfkit.com
Other
1 stars 1 forks source link

Write a test for `table.get()` to test empty results #24

Closed aaroncox closed 5 months ago

aaroncox commented 11 months ago

It currently I think will throw a JS error, since it's looking for element 0 in an otherwise empty array.