# Functions
ExplicitCoveredFields returns a CoveredFields that covers all elements present in txn.
IsRelevantTransaction returns true if the v1 transaction is relevant to the address.
KeyFromSeed returns the Ed25519 key derived from the supplied seed and index.
NewSeedPhrase generates a random seed phrase.
NewSingleAddressWallet returns a new SingleAddressWallet using the provided private key and store.
SeedFromPhrase derives a 32-byte seed from the supplied phrase.
SumOutputs returns the total value of the supplied outputs.
WithDefragThreshold sets the transaction defrag threshold.
WithLogger sets the logger for the wallet.
WithMaxDefragUTXOs sets the maximum number of additional utxos that will be added to a transaction when defragging.
WithMaxInputsForDefrag sets the maximum number of inputs a transaction can have to be considered for defragging.
WithReservationDuration sets the duration that a reservation will be held on spent utxos.
# Constants
event types indicate the source of an event.
event types indicate the source of an event.
event types indicate the source of an event.
event types indicate the source of an event.
event types indicate the source of an event.
event types indicate the source of an event.
event types indicate the source of an event.
# Variables
ErrDifferentSeed is returned when a different seed is provided to NewSingleAddressWallet than was used to initialize the wallet.
ErrNotEnoughFunds is returned when there are not enough unspent outputs to fund a transaction.
# 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
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author