Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyState ¶
type KeyState interface { SaveSeed(seed, salt, mnemonic string) error GetSeed() (string, string, error) GetMnemonic() (string, string, error) GetLastSeedIndex(id uint32) (uint32, error) GetLastChildIndex(child int64) (uint32, error) AddChild(childIndex uint32, parentChildId int64) (int64, error) GetChild(childId int64) (index uint32, parentId int64, rootDerivation int64, err error) GetChildrenKeys(parentId int64) ([]KeyType, error) GetAllParentRootKeys() ([]KeyType, error) }
Click to show internal directories.
Click to hide internal directories.