Versions in this module Expand all Collapse all v1 v1.9.0 Oct 3, 2022 Changes in this version + type Client struct + func NewClient(client keystorepb.KeystoreClient) *Client + func (c *Client) GetDatabase(username, password string) (*encdb.Database, error) + func (c *Client) GetRawDatabase(username, password string) (database.Database, error) + type Server struct + func NewServer(ks keystore.BlockchainKeystore) *Server + func (s *Server) GetDatabase(_ context.Context, req *keystorepb.GetDatabaseRequest) (*keystorepb.GetDatabaseResponse, error)