Interface ISignatory
- Namespace
- Virtufin.Core.Identifiers
- Assembly
- Virtufin.Core.dll
Marker for any value that identifies a party to a contract or transaction. Implementations must be equality-comparable so contracts and message selectors can match by sender.
public interface ISignatory : IEquatable<ISignatory>
- Inherited Members