nimiq/transaction/transaction_format
Types
pub type TransactionFormat {
  Basic
  Extended
}Constructors
- 
          Basic
- 
          Extended
Values
pub fn from_int(value: Int) -> Result(TransactionFormat, String)pub fn to_int(format: TransactionFormat) -> Int