public class TransactionInBlockConverterFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected ModelConverter<AccountAddress,com.google.protobuf.ByteString> |
accountAddressConverter |
protected Function1<Transaction,types.Blockchain.TxInBlock> |
domainConverter |
protected org.slf4j.Logger |
logger |
protected Function1<types.Blockchain.TxInBlock,Transaction> |
rpcConverter |
protected ModelConverter<Transaction.TxType,types.Blockchain.TxType> |
txTypeConverter |
Constructor and Description |
---|
TransactionInBlockConverterFactory() |
Modifier and Type | Method and Description |
---|---|
ModelConverter<Transaction,types.Blockchain.TxInBlock> |
create() |
protected final transient org.slf4j.Logger logger
protected final ModelConverter<AccountAddress,com.google.protobuf.ByteString> accountAddressConverter
protected final ModelConverter<Transaction.TxType,types.Blockchain.TxType> txTypeConverter
protected final Function1<Transaction,types.Blockchain.TxInBlock> domainConverter
protected final Function1<types.Blockchain.TxInBlock,Transaction> rpcConverter
public ModelConverter<Transaction,types.Blockchain.TxInBlock> create()