| 42 | uint32_t indexInOut; |
| 43 | |
| 44 | CMempoolAddressDeltaKey(uint16_t addrType, uint160 addrHash, uint256 txh, unsigned int i, uint16_t sf) { |
| 45 | hashType = addrType; |
| 46 | hashBytes = addrHash; |
| 47 | txHash = txh; |
| 48 | indexInOut = (uint32_t) i; |
| 49 | spendFlags = sf; |
| 50 | } |
| 51 | |
| 52 | CMempoolAddressDeltaKey(uint16_t addressType, uint160 addressHash) { |
| 53 | hashType = addressType; |