Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage interface { AddUser(userID []byte, privateKey []byte) error DeleteUser(userID []byte) error GetUserPrivateKey(userID []byte) ([]byte, error) AddAccount(userID []byte, accountAddress []byte, signature []byte, signatureType viewingkey.SignatureType) error GetAccounts(userID []byte) ([]common.AccountDB, error) GetAllUsers() ([]common.UserDB, error) StoreTransaction(rawTx string, userID []byte) error }
Click to show internal directories.
Click to hide internal directories.