You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TransactionChangeMetadata holds info about the change back to the user's wallet as an output of a transaction.
type TransactionChangeMetadata struct {
Address string
Path *DerivationPath
VoutIndex int
}
// TransactionMetadata is the main object containing the txid and encoded tx for an outgoing transaction, with associated change metadata, if necessary.