Documentation
¶
Index ¶
- type Wallet
- func (w *Wallet) AddDilithium()
- func (w *Wallet) AddXMSS(height uint8, hashFunction xmss.HashFunction)
- func (w *Wallet) GetDilithiumAccountByIndex(index uint) (*dilithium.Dilithium, error)
- func (w *Wallet) GetXMSSAccountByIndex(index uint) (*xmss.XMSS, error)
- func (w *Wallet) List()
- func (w *Wallet) Load()
- func (w *Wallet) RecoverDilithiumFromSeed(seed [common2.SeedSize]uint8)
- func (w *Wallet) RecoverXMSSFromHexSeed(hexSeed [common2.ExtendedSeedSize]uint8)
- func (w *Wallet) Remove()
- func (w *Wallet) Save()
- func (w *Wallet) Secret()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Wallet ¶
type Wallet struct {
// contains filtered or unexported fields
}
func (*Wallet) AddDilithium ¶
func (w *Wallet) AddDilithium()
func (*Wallet) GetDilithiumAccountByIndex ¶
func (*Wallet) GetXMSSAccountByIndex ¶
func (*Wallet) RecoverDilithiumFromSeed ¶
func (*Wallet) RecoverXMSSFromHexSeed ¶
func (w *Wallet) RecoverXMSSFromHexSeed(hexSeed [common2.ExtendedSeedSize]uint8)
Click to show internal directories.
Click to hide internal directories.