BitSharp.Core.Rules.CoreRules.ValidateTransaction C# (CSharp) Méthode

ValidateTransaction() public méthode

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