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