scrtlabs / snip20-reference-impl

This is a reference implementation of the SNIP-20 standard.
Apache License 2.0
55 stars 36 forks source link

Ignore #98

Closed blake-regalia closed 5 months ago

blake-regalia commented 5 months ago

Introduces a set of data structures to make stored balances persist in encrypted blobs when written to storage, with a fixed size. The bitwise trie operates on a hash of the account address as its key/prefix, and each leaf node points to a bucket storing a table of [address, balance, history_len].

blake-regalia commented 5 months ago

Opened by accident