# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package bridgecommon provides common util functions to bridge the backend to a native environment.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
Erc20AccountCode returns the account code used for an ERC20 token.
NewBackend creates a new backend with the given arguments.
NewNotifier returns a new Notifier.
# Constants
ErrWrongKeystore is returned if the connected keystore is not the expected one.
# Variables
Version of the backend as displayed to the user.
# Structs
AccountEvent models an event triggered by an account.
AOPP holds all the state needed to process an AOPP (Address Ownership Proof Protocol) request.
Backend ties everything together and is the main starting point to use the BitBox wallet library.
Chart has all data needed to show a time-based chart of their assets to the user.
ChartEntry is one data point in the chart timeseries.
ImportNotesResult contains stats from the notes import.
KeystoreTotalAmount represents the total balance amount of the accounts belonging to a keystore.
Notifier implements accounts.Notifier, storing the data of all accounts in a bbolt db.
RatChartEntry exploits composition to extend ChartEntry and save high precision values.
UpdateFile is retrieved from the server.
# Interfaces
Environment represents functionality where the implementation depends on the environment the app runs in, e.g.
# Type aliases
AccountsList is an accounts.Interface slice which implements a lookup method.
KeystoresAccountsListMap is a map where keys are keystores' fingerprints and values are AccountsLists of accounts belonging to each keystore.