go:generate hsp TransactionTypeMixin provide type heuristic features to transaction wrapper.
| 22 | |
| 23 | // TransactionTypeMixin provide type heuristic features to transaction wrapper. |
| 24 | type TransactionTypeMixin struct { |
| 25 | TxType TransactionType |
| 26 | Timestamp time.Time |
| 27 | } |
| 28 | |
| 29 | // NewTransactionTypeMixin returns new instance. |
| 30 | func NewTransactionTypeMixin(txType TransactionType) *TransactionTypeMixin { |
nothing calls this directly
no outgoing calls
no test coverage detected