Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MnemonicInMemoryStore ¶
type MnemonicInMemoryStore struct{}
func NewInMemoryMnemonicStore ¶
func NewInMemoryMnemonicStore() *MnemonicInMemoryStore
func (*MnemonicInMemoryStore) Get ¶
func (s *MnemonicInMemoryStore) Get() []string
func (*MnemonicInMemoryStore) IsSet ¶
func (s *MnemonicInMemoryStore) IsSet() bool
func (*MnemonicInMemoryStore) Set ¶
func (s *MnemonicInMemoryStore) Set(mnemonic string)
func (*MnemonicInMemoryStore) Unset ¶
func (s *MnemonicInMemoryStore) Unset()
Click to show internal directories.
Click to hide internal directories.