Documentation ¶
Index ¶
- type KeyPair
- type KeyPairs
- func (kp *KeyPairs) AddMigratedKeyPair(kcUID string, kpName string, KeyUID string, accountAddresses []types.Address) (err error)
- func (kp *KeyPairs) DeleteKeycard(kcUID string) (err error)
- func (kp *KeyPairs) DeleteKeypair(keyUID string) (err error)
- func (kp *KeyPairs) GetAllKnownKeycards() ([]*KeyPair, error)
- func (kp *KeyPairs) GetAllMigratedKeyPairs() ([]*KeyPair, error)
- func (kp *KeyPairs) GetMigratedKeyPairByKeyUID(keyUID string) ([]*KeyPair, error)
- func (kp *KeyPairs) KeycardLocked(kcUID string) (err error)
- func (kp *KeyPairs) KeycardUnlocked(kcUID string) (err error)
- func (kp *KeyPairs) RemoveMigratedAccountsForKeycard(kcUID string, accountAddresses []types.Address) (err error)
- func (kp *KeyPairs) SetKeycardName(kcUID string, kpName string) (err error)
- func (kp *KeyPairs) UpdateKeycardUID(oldKcUID string, newKcUID string) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyPairs ¶
type KeyPairs struct {
// contains filtered or unexported fields
}
func NewKeyPairs ¶
func (*KeyPairs) AddMigratedKeyPair ¶
func (*KeyPairs) DeleteKeycard ¶
func (*KeyPairs) DeleteKeypair ¶ added in v0.125.4
func (*KeyPairs) GetAllKnownKeycards ¶ added in v0.117.1
func (*KeyPairs) GetAllMigratedKeyPairs ¶
func (*KeyPairs) GetMigratedKeyPairByKeyUID ¶
func (*KeyPairs) KeycardLocked ¶
func (*KeyPairs) KeycardUnlocked ¶
func (*KeyPairs) RemoveMigratedAccountsForKeycard ¶ added in v0.125.0
func (*KeyPairs) SetKeycardName ¶
Click to show internal directories.
Click to hide internal directories.