gkeystore

package
v1.4.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2021 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client is a snow.Keystore that talks over RPC.

func NewClient

func NewClient(client gkeystoreproto.KeystoreClient, broker *plugin.GRPCBroker) *Client

NewClient returns a keystore instance connected to a remote keystore instance

func (*Client) GetDatabase

func (c *Client) GetDatabase(username, password string) (*encdb.Database, error)

func (*Client) GetRawDatabase

func (c *Client) GetRawDatabase(username, password string) (database.Database, error)

type Server

type Server struct {
	gkeystoreproto.UnimplementedKeystoreServer
	// contains filtered or unexported fields
}

Server is a snow.Keystore that is managed over RPC.

func NewServer

func NewServer(ks keystore.BlockchainKeystore, broker *plugin.GRPCBroker) *Server

NewServer returns a keystore connected to a remote keystore

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL