factory Transaction.fromHex(String hex, {bool noStrict = false}) { return Transaction.fromBuffer(dynamicToUint8List(hex), noStrict: noStrict); }