.unwrap_err(); "1111111111111111111111111111111111111111111111111111111111111111:1:foo" .parse::<SatPoint>() .unwrap_err(); } #[test] fn deserialize_ok() { assert_eq!( serde_json::from_str::<SatPoint>( "\"1111111111111111111111111111111111111111111111111111111111111111:1:1\"" ) .unwrap(), SatPoint { outpoint: "1111111111111111111111111111111111111111111111111111111111111111:1" .parse() .unwrap(), offset: 1, } ); } }
Inscription number 44,982,962
Genesis block 819,059
File type text
File size 534 b
Creation date Nov 30,2023 1:34 am