#[arg(long, help = "Connect to Bitcoin Core RPC at <RPC_URL>.")] pub(crate) rpc_url: Option<String>, #[arg(long, short, help = "Use signet. Equivalent to `--chain signet`.")] pub(crate) signet: bool, #[arg(long, short, help = "Use testnet. Equivalent to `--chain testnet`.")] pub(crate) testnet: bool, #[arg(long, default_value = "ord", help = "Use wallet named <WALLET>.")] pub(crate) wallet: String, } impl Options { pub(crate) fn chain(&self) -> Chain { if self.signet { Chain::Signet } else if self.regtest { Chain::Regtest } else if self.testnet { Chain::Testnet } else { self.chain_argument } } pub(crate) fn first_inscription_height(&self) -> u32 { if self.chain() == Chain::Regtest { self.first_inscription_height.unwrap_or(0) } else if integration_test() { 0 } else { self .first_inscription_height .unwrap_or_else(|| self.chain().first_inscription_height()) } } pub(crate) fn index_runes(&self) -> bool {

Inscription #44969966

ID

6c96bc0f33...987b87fbi0

magiceden

0.0009

$ 62.95

Detail

History

Action
Price
Marketplace
From
To
Time

INSCRIBED

-

-

-h3p9

8 months

Sign Up for our Newsletter

And be the first to know about any updates!

OrdinalHub logo

All Rights Reserved OrdinalHub.com 2024

Support

Follow Us