# README
Internal wallet/secure storage library for Wasp, built on top of the IOTA SDK native lib. For now, it's only purpose is to secure the seed in the wasp-cli, but could be extended if required.
Does not support listen_wallet
as it's currently not required.
Testing
As this is a wrapper for a native library, tests don't run out of the box. They require the compiled native lib installed on the machine, and it's not shipped in this repo.
Instructions will follow once the native library is merged into iota-sdk.
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
go:noinline.
Copied from https://github.com/ebitengine/purego/blob/main/internal/strings/strings.go copies a char* to a Go string.
No description provided by the author
NewLedgerSecretManager creates or opens a Ledger based secret storage.
NewMnemonicSecretManager creates or opens an in-memory Mnemonic based secret storage.
No description provided by the author
No description provided by the author
Encodes an object into a JSON string protected by memguard Uses an alternative JSON library to mitigate hidden copies of the serialized message.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author