public class TransactionConverterFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Function1<Transaction,types.Blockchain.Tx> |
domainConverter |
protected org.slf4j.Logger |
logger |
protected Function1<types.Blockchain.Tx,Transaction> |
rpcConverter |
protected ModelConverter<Transaction,types.Blockchain.TxInBlock> |
transactionInBlockConverter |
Constructor and Description |
---|
TransactionConverterFactory() |
Modifier and Type | Method and Description |
---|---|
ModelConverter<Transaction,types.Blockchain.Tx> |
create() |
protected final transient org.slf4j.Logger logger
protected final ModelConverter<Transaction,types.Blockchain.TxInBlock> transactionInBlockConverter
protected final Function1<Transaction,types.Blockchain.Tx> domainConverter
protected final Function1<types.Blockchain.Tx,Transaction> rpcConverter
public ModelConverter<Transaction,types.Blockchain.Tx> create()