Uses of Class
com.github.katenachain.entity.TxSigner
-
Packages that use TxSigner Package Description com.github.katenachain com.github.katenachain.api -
-
Uses of TxSigner in com.github.katenachain
Constructors in com.github.katenachain with parameters of type TxSigner Constructor Description Transactor(String apiUrl, String chainId, TxSigner txSigner)Transactor constructor. -
Uses of TxSigner in com.github.katenachain.api
Methods in com.github.katenachain.api with parameters of type TxSigner Modifier and Type Method Description TxHandler. signTx(TxSigner txSigner, String chainId, Instant nonceTime, TxData txData)signs a tx data and returns a new tx ready to be sent.
-