.unwrap() .get(&sat) .unwrap() .any(|entry| entry.unwrap().value() == sequence_number)); // we do not track common sats (only the sat ranges) if !Sat(sat).is_common() { assert_eq!( SatPoint::load( *rtx .open_table(SAT_TO_SATPOINT) .unwrap() .get(&sat) .unwrap() .unwrap() .value() ), satpoint, ); } } } None => { if self.index_sats { assert!(satpoint.outpoint == unbound_outpoint()) } } } } fn inscriptions_on_output<'a: 'tx, 'tx>( satpoint_to_sequence_number: &'a impl ReadableMultimapTable<&'static SatPointValue, u32>, sequence_number_to_inscription_entry: &'a impl ReadableTable<u32, InscriptionEntryValue>, outpoint: OutPoint, ) -> Result<Vec<(SatPoint, InscriptionId)>> { let start = SatPoint {
Inscription number 44,983,502
Genesis block 819,060
File type text
File size 1.02 KB
Creation date