BitSharp.Core.Rules.CoreRules.ValidateTransaction C# (CSharp) Method

ValidateTransaction() public method

public ValidateTransaction ( BitSharp.Core.Domain.Chain newChain, ValidatableTx validatableTx ) : void
newChain BitSharp.Core.Domain.Chain
validatableTx BitSharp.Core.Domain.ValidatableTx
return void
        public void ValidateTransaction(Chain newChain, ValidatableTx validatableTx)
        {
            // TODO any expensive validation can go here
        }