MsgInv.transaction constructor

MsgInv.transaction(
  1. Hash txHash
)

Create inventory message for transaction

Implementation

factory MsgInv.transaction(Hash txHash) {
  return MsgInv(invList: [InvVect.transaction(txHash)]);
}