MsgInv.transaction constructor
MsgInv.transaction(
- Hash txHash
Create inventory message for transaction
Implementation
factory MsgInv.transaction(Hash txHash) {
return MsgInv(invList: [InvVect.transaction(txHash)]);
}