Feature / Issue
Since we are moving all data over to pangea, we have to move the wallet as well. The wallet is quite a complex thing since we are supporting multiple assets.
A persisted asset might have this (or a similar) data structure:
symbol (string)
name (string)
icon (persisted as byte)
decimals uint
addresses key value mapping between network and address
balances mapping between network an balance. Balance should always be the smallest possible unit.
Acceptance criteria
Dependencies
Feature / Issue
Since we are moving all data over to pangea, we have to move the wallet as well. The wallet is quite a complex thing since we are supporting multiple assets.
A persisted asset might have this (or a similar) data structure:
symbol(string)name(string)icon(persisted as byte)decimalsuintaddresseskey value mapping between network and addressbalancesmapping between network an balance. Balance should always be the smallest possible unit.Acceptance criteria
Dependencies