TransactionParams contains the parameters that help a client construct a new transaction.
ConsensusVersion indicates the consensus protocol version as of LastRound.
Fee is the suggested transaction fee Fee is in units of micro-Algos per byte. Fee may fall to zero but transactions must still have a fee of at least MinTxnFee for the current network protocol.
GenesisHash is the hash of the genesis block.
^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
GenesisID is an ID listed in the genesis block.
LastRound indicates the last round seen
The minimum transaction fee (not per byte) required for the txn to validate for the current network protocol.