wallet-sync-server/wallet/wallet.go
Daniel Krol 512ebe3e95 Protocol changes
* 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
2022-06-10 15:04:31 -04:00

6 lines
88 B
Go

package wallet
type EncryptedWallet string
type WalletHmac string
type Sequence uint32