package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Oct 3, 2023
License: Apache-2.0, BSD-2-Clause
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Seed represents a seed for ZIPP wallets. A seed allows us to generate a deterministic sequence of Addresses and their
corresponding KeyPairs.
func NewSeed(optionalSeedBytes ...[]byte) *Seed
NewSeed is the factory method for an ZIPP seed. It either generates a new one or imports an existing marshaled seed.
before.
Address returns an Address which can be used for receiving or sending funds.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.