#[arg(long, help = "Compress inscription content with brotli.")] pub(crate) compress: bool, #[arg(long, help = "Send inscription to .")] pub(crate) destination: Option>, #[arg(long, help = "Don't sign or broadcast transactions.")] pub(crate) dry_run: bool, #[arg(long, help = "Use fee rate of sats/vB.")] pub(crate) fee_rate: FeeRate, #[arg(long, help = "Inscribe sat with contents of .")] pub(crate) file: Option, #[arg( long, help = "Include JSON in file at convered to CBOR as inscription metadata", conflicts_with = "cbor_metadata" )] pub(crate) json_metadata: Option, #[clap(long, help = "Set inscription metaprotocol to .")] pub(crate) metaprotocol: Option, #[arg(long, help = "Do not back up recovery key.")] pub(crate) no_backup: bool, #[arg( long, help = "Do not check that transactions are equal to or below the MAX_STANDARD_TX_WEIGHT of 400,000 weight units. Transactions over this limit are currently nonstandard and will not be relayed by bitcoind in its default configuration. Do not use this flag unless you understand the implications."