InvVect.transaction constructor
InvVect.transaction(
- Hash txHash
Create transaction inventory
Implementation
factory InvVect.transaction(Hash txHash) {
return InvVect(type: InvType.msgTx, hash: txHash);
}
Create transaction inventory
factory InvVect.transaction(Hash txHash) {
return InvVect(type: InvType.msgTx, hash: txHash);
}