CatapultServer  v0.5.0.1 (Elephant)
catapult::model::TransactionAttributes Struct Reference

Transaction dependent attributes. More...

Collaboration diagram for catapult::model::TransactionAttributes:

Public Attributes

uint8_t MinVersion
 Minimum supported version. More...
 
uint8_t MaxVersion
 Maximum supported version. More...
 
utils::TimeSpan MaxLifetime
 

Detailed Description

Transaction dependent attributes.

Member Data Documentation

◆ MaxLifetime

utils::TimeSpan catapult::model::TransactionAttributes::MaxLifetime

Maximum transaction lifetime (optional).

Note
If 0, default network-specific maximum will be used.

◆ MaxVersion

uint8_t catapult::model::TransactionAttributes::MaxVersion

Maximum supported version.

◆ MinVersion

uint8_t catapult::model::TransactionAttributes::MinVersion

Minimum supported version.


The documentation for this struct was generated from the following file: