Class TransactionValidator
Inheritance
System.Object
TransactionValidator
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Catalyst.Core.Lib.Validators
Assembly: Catalyst.Core.Lib.dll
Syntax
public sealed class TransactionValidator : ITransactionValidator
Constructors
| Improve this Doc View SourceTransactionValidator(ILogger, ICryptoContext)
Declaration
public TransactionValidator(ILogger logger, ICryptoContext cryptoContext)
Parameters
Type | Name | Description |
---|---|---|
ILogger | logger | |
ICryptoContext | cryptoContext |
Methods
| Improve this Doc View SourceValidateTransaction(TransactionBroadcast, NetworkType)
Declaration
public bool ValidateTransaction(TransactionBroadcast transactionBroadcast, NetworkType networkType)
Parameters
Type | Name | Description |
---|---|---|
TransactionBroadcast | transactionBroadcast | |
NetworkType | networkType |
Returns
Type | Description |
---|---|
System.Boolean |