factory Transaction.fromHex(String hex, {bool noStrict = false}) { return Transaction.fromBuffer(Uint8List.fromList(HEX.decode(hex)), noStrict: noStrict); }