use super::*; #[derive(Deserialize, Serialize)] pub struct Output { pub address: Address<NetworkUnchecked>, } pub(crate) fn run(options: Options) -> SubcommandResult { let address = options .bitcoin_rpc_client_for_wallet_command(false)? .get_new_address(None, Some(bitcoincore_rpc::json::AddressType::Bech32m))?; Ok(Box::new(Output { address })) }
Inscription number 44,984,897
Genesis block 819,062
File type text
File size 365 b
Creation date