pub const TX_OPTION_HASH_SIGN: u32 = 1;Expand description
Transaction option flag for hash signing (keccak256 hash instead of raw JSON).
When this flag is set in the transaction options field, the signature is computed over the keccak256 hash of the transaction JSON payload rather than the raw JSON bytes.