Type Definition pallet_tenancy::TransactionLongevity
pub type TransactionLongevity = u64;Expand description
Minimum number of blocks a transaction will remain valid for.
TransactionLongevity::max_value() means “forever”.
pub type TransactionLongevity = u64;Minimum number of blocks a transaction will remain valid for.
TransactionLongevity::max_value() means “forever”.