Class VtxoScriptsChanged
Scripts whose VTXOs changed since the last push.
public record VtxoScriptsChanged : VtxoSubscriptionEvent, IEquatable<VtxoSubscriptionEvent>, IEquatable<VtxoScriptsChanged>
- Inheritance
-
VtxoScriptsChanged
- Implements
- Inherited Members
Constructors
VtxoScriptsChanged(HashSet<string>)
Scripts whose VTXOs changed since the last push.
public VtxoScriptsChanged(HashSet<string> Scripts)
Parameters
Properties
Scripts
public HashSet<string> Scripts { get; init; }