# Functions
GetCurrentTime returns a well formatted custom time.Now().
GetTxDataStateBytes returns the sorted and marshaled json representation of a TxData ready to be signed.
TxSigner constructor.
UnmarshalTxData accepts a wrapper and tries to unmarshal its value according to its string type.
# Constants
No description provided by the author
# Variables
No description provided by the author
# Structs
Time is a time.Time wrapper.
Tx wraps a TxData with its signature, its signer id and a nonce time.
TxSigner contains all information about a Tx signer.
UnknownTxData is useful to unmarshal and marshal back a tx data of unknown type.
# Interfaces
TxData interface defines the methods a concrete TxData must implement.