512ebe3e95
* Regress from `lastSynced` to just `sequence` to start with something simpler * Simplified payload: separate metadata, assume canonical way to hmac it together * No more "wallet state" except as a simple wrapper on the front end * Version number in wallet payloads
5 lines
88 B
Go
5 lines
88 B
Go
package wallet
|
|
|
|
type EncryptedWallet string
|
|
type WalletHmac string
|
|
type Sequence uint32
|