Constant cuprate_test_utils::data::TX_9E3F73

source ยท
pub const TX_9E3F73: &[u8] = b"\x01\x00\x02\x02\x80\xd0\xac\xf3\x0e\x01\x8f\xe3\x01\x13\xc5\x16\xf7\xd0\xa0\xed\xd4_\xf4P\xcd\xfdR=@\x83\xc4\xd2\x15k\x01+i\x9c\xc4\x95\xd9:\xc0\xd1\x8b\x02\x80\x80\x95\xe7\x89\xc6\x04\x01\x90\x13{\x9a!\x9e67\x03!\xed\xda\xc5g\xac\xbe&\x82\x84\x93\xd9\xc4\x1e\x8ff\xafQ\xee\x91\xfa\xb8\xf6\xcf\xee\x05\x80\x88\xac\xa3\xcf\x02\x02\x1b,ev\x02\xda\xf8\xd0j.n\x06yo\x83\x94\xa4\x8e\x90\xc9\x9a\xa7\xa4\xf9\xday7&O\x96Wt\x80\xd0\xb8\xe1\x98\x1a\x02\xf4\xa3\xc5\xbe\xe3^\xadi\xc9\x1aZ\xe2s0\x89\xc5\xf8T \x01.w\xe0\xe8\x14\xa1\xee#\x87\t\x82\x16\x80\x80\xd1\x94\xb5t\x02(\x0e\x7fI\xfb\xad\xbb\xe7,\xcc\xa0\x96R\xa0bkL\xe4\xbf_\xca\xdb\x13\xd6\x83\xb5\x96\xdbX\x9cP\xb5\x80\xa0\xe5\xb9\xc2\x91\x01\x02i\xdc\xd7\xee\x8d\xdc\xf9\xb16MO*0\xfc\x12\xb5\xdbAt\x03\x85\x15x\xfcD\xbc\x04N4+\xb5\x08\x80\xc0\xca\xf3\x84\xa3\x02\x02\x88\xed7m%)\xacr\xbb\x1cI\x9b\x88\xffm\x95\xc5\xc9\x0f\xc08\xb1\xc0\xbe\xb6\x1diY\xff\x82Y\x1c!\x01I/^\x1e\xcc\xec\x89\xf7GMl\xe9 \xd6\xa8\xdf\xe4\xc8/)\xdc\xa2A.\x86\xe3[\x01\xe2\xd9TY\xb5\xae\xb6hV\xaf\x91\x9a]\xbfY\x1f.\xe6\xc4\xab\xd2\xdb\xf1EPO\xc0r?\x84\x05\x1f\xe7?\x92\x02CM\x8cW\xb29m\x8f\xb3:v\x0br\xf2\th\x07*\xa6\xc7/\x9c<+dd\x96\x05[\x12|\x0exb\xfa%\xb8J\xe6\xed\xd3\xf9\x83@`\xbb:[\x91)\x13\x82D#\x8a\x82G\xc7d\x90\xe6\x07\x0b\t\x81P1E\xa1\'\xeey\xb2L\x10\x0f!\xcd\xe3\xc4\xbcH\xcb\xb0duz\xe3\"C\xab\x90\x9bO0\x07";
Expand description

Transaction with hash 9e3f73e66d7c7293af59c59c1ff5d6aae047289f49e5884c66caaf4aea49fb34.

use monero_serai::transaction::{Transaction, Timelock};

let tx = Transaction::read(&mut TX_9E3F73).unwrap();

assert_eq!(tx.version(), 1);
assert_eq!(tx.prefix().additional_timelock, Timelock::None);
assert_eq!(tx.prefix().inputs.len(), 2);
assert_eq!(tx.prefix().outputs.len(), 5);
assert_eq!(hex::encode(tx.hash()), "9e3f73e66d7c7293af59c59c1ff5d6aae047289f49e5884c66caaf4aea49fb34")