public bool ContainsTransaction(UInt256 hash) { if (MemPool.ContainsKey(hash)) { return(true); } return(View.ContainsTransaction(hash)); }
public bool ContainsTransaction(UInt256 hash) { if (MemPool.ContainsKey(hash)) { return(true); } return(NativeContract.Ledger.ContainsTransaction(StoreView, hash)); }