Package org.web3j.protocol.eea.crypto
Class PrivateTxSignServiceImpl
java.lang.Object
org.web3j.protocol.eea.crypto.PrivateTxSignServiceImpl
- All Implemented Interfaces:
org.web3j.service.TxSignService
Service to base sign transaction.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]sign(org.web3j.crypto.RawTransaction rawTransaction, long chainId)
-
Constructor Details
-
PrivateTxSignServiceImpl
public PrivateTxSignServiceImpl(org.web3j.crypto.Credentials credentials)
-
-
Method Details
-
sign
public byte[] sign(org.web3j.crypto.RawTransaction rawTransaction, long chainId) - Specified by:
signin interfaceorg.web3j.service.TxSignService
-
getAddress
- Specified by:
getAddressin interfaceorg.web3j.service.TxSignService
-