Skip to content

Instantly share code, notes, and snippets.

@PeterBorah
Created February 7, 2017 03:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PeterBorah/9dff0ece5ced60d039e17036d36c98be to your computer and use it in GitHub Desktop.
Save PeterBorah/9dff0ece5ced60d039e17036d36c98be to your computer and use it in GitHub Desktop.
Example of a list in FemtoStorage
FemtoStorage.slotFor("someList").push(anAddress);
FemtoStorage.slotFor("someList").length(); // 1
FemtoStorage.slotFor("someList").index(0).getAddress(); // anAddress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment