Package com.github.katenachain.entity
Class TxSigner
- java.lang.Object
-
- com.github.katenachain.entity.TxSigner
-
public class TxSigner extends Object
TxSigner contains all information about a Tx signer.
-
-
Constructor Summary
Constructors Constructor Description TxSigner(String fqId, PrivateKey privateKey)TxSigner constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFqId()PrivateKeygetPrivateKey()
-
-
-
Constructor Detail
-
TxSigner
public TxSigner(String fqId, PrivateKey privateKey)
TxSigner constructor.- Parameters:
fqId-privateKey-
-
-
Method Detail
-
getFqId
public String getFqId()
-
getPrivateKey
public PrivateKey getPrivateKey()
-
-