Class TxSigner


  • public class TxSigner
    extends Object
    TxSigner contains all information about a Tx signer.
    • Constructor Detail

      • TxSigner

        public TxSigner​(String fqId,
                        PrivateKey privateKey)
        TxSigner constructor.
        Parameters:
        fqId -
        privateKey -
    • Method Detail

      • getFqId

        public String getFqId()
      • getPrivateKey

        public PrivateKey getPrivateKey()