Package com.github.katenachain.entity
-
Interface Summary Interface Description TxData TxData interface defines the methods a concrete TxData must implement. -
Class Summary Class Description Tx Tx wraps a tx data with its signature information and a nonce time to avoid replay attacks.TxDataState TxDataState wraps a TxData and additional values in order to define the unique state to be signed.TxSigner TxSigner contains all information about a Tx signer.UnknownTxData UnknownTxData is useful to deserialize and serialize back a tx data of unknown type.