SHOWING: First 60
#47,513,680text };
let unsigned_transaction = TransactionBuilder::new(
satpoint,
inscriptions,
unspent_outputs,
locked_outputs,
address.clone(),
change,
self.fee_rate,
postage,
)
.build_transaction()?;
let signed_tx = client
.sign_raw_transaction_with_wallet(&unsigned_transaction, None, None)?
.hex;
let txid = client.send_raw_transaction(&signed_tx)?;
Ok(Box::new(Output { transaction: txid }))
}
fn lock_inscriptions(
client: &Client,
inscriptions: BTreeMap<SatPoint, InscriptionId>,
unspent_outputs: BTreeMap<bitcoin::OutPoint, bitcoin::Amount>,
) -> Result {
let all_inscription_outputs = inscriptions
.keys()
.map(|satpoint| satpoint.outpoint)
.collect::<HashSet<OutPoint>>();
let wallet_inscription_outputs = unspent_outputs
.keys()
.filter(|utxo| all_inscription_outputs.contains(utxo))
.cloned()
.collect::<Vec<OutPoint>>();
if !client.lock_unspent(&wallet_inscription_outputs)? {#44,996,701textdmt-mint.nat#42,528,006tapdmt-mint.nat#42,527,977tapdmt-mint.nat#42,511,563tapdmt-mint.nat#42,510,518tapdmt-mint.nat#42,509,452tapdmt-mint.nat#42,507,905tap
<html lang="en">
<head>
<base href="https://Ordinals.com"/>
<meta charset="UTF-8">
<meta protocol="FORGE" ticker="Recursive-Robots" operation="mint" name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body { display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; }
#artifact { position: relative; width: 24rem; height: 24rem; }
#artifact img { position: absolute; width: 100%; height: 100%; object-fit: contain; top: 0; left: 0; image-rendering: pixelated }
</style>
</head>
<body>
<div id="artifact">
<img src="/content/a262a4e59a484e77024fc0fb7d109a8178fe5efc93428aabc9f198d63ac2629di0" alt="Background" />
<img src="/content/b44777217d323384f2acdf27eb637e95472e6bae5ef6d6bf15cd4feee845bf80i0" alt="Body" />
<img src="/content/aa3d232e43265f2d1db2835ab0ced0fe800970087f4d0ee5597d174448fc3d35i0" alt="Head" />
<img src="/content/b7f7081349413f4069458de23d7b7471275b1eb2cec94709ea7989b48837e8a5i0" alt="Body" />
<img src="/content/2c3abd42b4010382ce10fd187ac816436279237a14c36090ac0636ef5be0f518i0" alt="Head" />
</div>
</body>
</html>#11,983,557text
<html lang="en">
<head>
<base/>
<meta charset="UTF-8">
<meta protocol="FORGE" ticker="Recursive-Robots" operation="mint" name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body { display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; }
#artifact { position: relative; width: 24rem; height: 24rem; }
#artifact img { position: absolute; width: 100%; height: 100%; object-fit: contain; top: 0; left: 0; image-rendering: pixelated }
</style>
</head>
<body>
<div id="artifact">
<img src="/content/a262a4e59a484e77024fc0fb7d109a8178fe5efc93428aabc9f198d63ac2629di0" alt="Background" />
<img src="/content/b44777217d323384f2acdf27eb637e95472e6bae5ef6d6bf15cd4feee845bf80i0" alt="Body" />
<img src="/content/aa3d232e43265f2d1db2835ab0ced0fe800970087f4d0ee5597d174448fc3d35i0" alt="Head" />
<img src="/content/b7f7081349413f4069458de23d7b7471275b1eb2cec94709ea7989b48837e8a5i0" alt="Body" />
<img src="/content/2c3abd42b4010382ce10fd187ac816436279237a14c36090ac0636ef5be0f518i0" alt="Head" />
</div>
</body>
</html>#11,981,856textmint#11,008,417gen-brc-721