BitCoinClient.TransactionInput.IsPeviousNull C# (CSharp) Method

IsPeviousNull() public method

public IsPeviousNull ( ) : bool
return bool
        public bool IsPeviousNull()
        {
            return (mOPIndex == 0xFFFFFFFF);
        }