Documentation ¶
Index ¶
- func CreateKeyChain(overwrite bool)
- func CreateNewStrongholdWallet(sdk *walletsdk.IOTASDK)
- func CreateUnsafeInMemoryTestingSeed()
- func LoadKeyChain(addressIndex uint32) wallets.Wallet
- func LoadLedgerWallet(sdk *walletsdk.IOTASDK, addressIndex uint32) wallets.Wallet
- func LoadStrongholdWallet(sdk *walletsdk.IOTASDK, addressIndex uint32) wallets.Wallet
- func LoadUnsafeInMemoryTestingSeed(addressIndex uint32) wallets.Wallet
- func MapCoinType(prefix iotago.NetworkPrefix) types.CoinType
- func MigrateKeyChain(seed cryptolib.Seed)
- func MigrateToStrongholdWallet(sdk *walletsdk.IOTASDK, seed cryptolib.Seed)
- type KeyChainWallet
- type UnsafeInMemoryTestingSeed
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateKeyChain ¶
func CreateKeyChain(overwrite bool)
func CreateUnsafeInMemoryTestingSeed ¶
func CreateUnsafeInMemoryTestingSeed()
func LoadKeyChain ¶
func LoadLedgerWallet ¶
func LoadStrongholdWallet ¶
func MapCoinType ¶
func MapCoinType(prefix iotago.NetworkPrefix) types.CoinType
func MigrateKeyChain ¶
Types ¶
type KeyChainWallet ¶
type KeyChainWallet struct { cryptolib.VariantKeyPair // contains filtered or unexported fields }
func (*KeyChainWallet) AddressIndex ¶
func (i *KeyChainWallet) AddressIndex() uint32
type UnsafeInMemoryTestingSeed ¶
type UnsafeInMemoryTestingSeed struct { cryptolib.VariantKeyPair // contains filtered or unexported fields }
func (*UnsafeInMemoryTestingSeed) AddressIndex ¶
func (i *UnsafeInMemoryTestingSeed) AddressIndex() uint32
Click to show internal directories.
Click to hide internal directories.