You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will add your asset to a minting queue called a batch, which allows multiple assets to be created in a single minting transaction. This saves fees and conserves blockspace. To execute the batch and publish your mint transaction to the blockchain run:
I think it also needs to be elaborated that an asset does not have an asset_id while in the minting queue because it has not been placed in a transaction yet and the asset_id is derived from the genesis output which is the transaction that the asset is minted in.
The text was updated successfully, but these errors were encountered:
On this line
docs.lightning.engineering/lightning-network-tools/taproot-assets/first-steps.md
Line 47 in dede15c
I think it also needs to be elaborated that an asset does not have an
asset_id
while in the minting queue because it has not been placed in a transaction yet and theasset_id
is derived from the genesis output which is the transaction that the asset is minted in.The text was updated successfully, but these errors were encountered: