# Functions
AccountIndexKey generates a data store's unique key for an AccountIndex.
AccountKey generates a data store's unique key for an Account.
ExecQuery handles queries.
ExecTx actually executes a Tx.
GetAccount retrieves an Account from the given store.
GetAccountIndex retrieves a AccountIndex from the given store.
GetLegalEntity retrieves a LegalEntity from the given store.
Returns existing AccountIndex from store or creates new empty one.
GetUser retrieves a User from the given store.
LegalEntityKey generates a data store's unique key for a LegalEntity.
NewState creates a new State.
SetAccount stores an Account to the given store.
Sets Account in AccountIndex in store.
SetLegalEntity stores a LegalEntity to the given store.
Sets LegalEntity in LegalEntityIndex in store.
SetUser stores a User to the given store.
UserKey generates a data store's unique key for a User.