common static method
Implementation
static InternalTransactionBean common(TransactionType tType, DateTime notBefore) {
InternalTransactionBean result = InternalTransactionBean(tType.name, BigInt.from(notBefore.millisecondsSinceEpoch));
return result;
}