Package com.github.katenachain.entity
Class Tx
- java.lang.Object
-
- com.github.katenachain.entity.Tx
-
public class Tx extends Object
Tx wraps a tx data with its signature information and a nonce time to avoid replay attacks.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TxDatagetData()InstantgetNonceTime()byte[]getSignature()StringgetSignerFqId()
-