bitfield_from_string
Description:
[ Version ( since = "0.8.1" ) ]
public static Bitfield bitfield_from_string (string transaction_flags)
  public static Bitfield bitfield_from_string (string transaction_flags)
Converts text representation to its enumerated type bitfield, or 0 for invalid
Parameters:
| transaction_flags | the enumerated constant value, e.g. "only-trusted;simulate" | 
Returns:
| The enumerated type values |