Class Tx


  • public class Tx
    extends Object
    Tx wraps a tx data with its signature information and a nonce time to avoid replay attacks.
    • Constructor Detail

      • Tx

        public Tx​(TxData data,
                  Instant nonceTime,
                  byte[] signature,
                  String signerFqId)
        Tx constructor.
        Parameters:
        signerFqId -
        signature -
        data -
        nonceTime -
    • Method Detail

      • getNonceTime

        public Instant getNonceTime()
      • getData

        public TxData getData()
      • getSignerFqId

        public String getSignerFqId()
      • getSignature

        public byte[] getSignature()