Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemoryStore ¶
type MemoryStore struct {
// contains filtered or unexported fields
}
func New ¶
func New() *MemoryStore
func (*MemoryStore) Delete ¶
func (ms *MemoryStore) Delete(label string) error
func (*MemoryStore) Get ¶
func (ms *MemoryStore) Get(label string) (*wallet2.IdentityInWallet, error)
func (*MemoryStore) List ¶
func (ms *MemoryStore) List() ([]string, error)
func (*MemoryStore) Set ¶
func (ms *MemoryStore) Set(identity *wallet2.IdentityInWallet) error
Click to show internal directories.
Click to hide internal directories.