SHOWING: First 60
#74,423,830text#74,423,829texttransfer50.pizza#71,569,547brc-20#70,705,169 });
let id = InscriptionId { txid, index: 0 };
server.mine_blocks(1);
server.assert_response_regex(
format!("/inscription/{id}"),
StatusCode::OK,
format!(
".*<h1>Inscription -1</h1>.*
<dl>
<dt>id</dt>
<dd class=monospace>{id}</dd>
<dt>charms</dt>
<dd>
<span title=cursed>👹</span>
</dd>
.*
</dl>
.*
"
),
);
}
#[test]
fn charm_uncommon() {
let server = TestServer::new_with_regtest_with_index_sats();
server.mine_blocks(2);
let txid = server.bitcoin_rpc_server.broadcast_tx(TransactionTemplate {
inputs: &[(1, 0, 0, inscription("text/plain", "foo").to_witness())],
..Default::default()
});
let id = InscriptionId { txid, index: 0 };
server.mine_blocks(1);
server.assert_response_regex(
format!("/inscription/{id}"),
StatusCode::OK,
format!(
".*<h1>Inscription 0</h1>.*
<dl>
<dt>id</dt>
<dd class=monospace>{id}</dd>
<dt>charms</dt>
<dd>
<span title=uncommon>🌱</span>
#45,004,384text outputs: Vec<JsonOutPoint>,
) -> Result<bool, jsonrpc_core::Error>;
#[rpc(name = "listdescriptors")]
fn list_descriptors(&self) -> Result<ListDescriptorsResult, jsonrpc_core::Error>;
#[rpc(name = "loadwallet")]
fn load_wallet(&self, wallet: String) -> Result<LoadWalletResult, jsonrpc_core::Error>;
#[rpc(name = "listwallets")]
fn list_wallets(&self) -> Result<Vec<String>, jsonrpc_core::Error>;
}
#45,001,261text
#: src/guides/testing.md:70
msgid ""
"```\n"
"bitcoin-cli generatetoaddress 6 <receive address>\n"
"ord -r server\n"
"```"
msgstr ""
#: src/guides/moderation.md:4
msgid ""
"`ord` includes a block explorer, which you can run locally with `ord server`."
msgstr ""
"`ord` ブロックブラウザが含まれています,あなたはローカルで'ord server`運行する"
"ことができます."
#: src/guides/moderation.md:6
msgid ""
"The block explorer allows viewing inscriptions. Inscriptions are user-"
"generated content, which may be objectionable or unlawful."
msgstr ""
"ブロックブラウザでは、銘文を見ることができます。銘文はユーザーが生成した内容"
"であるため、不快または違法である可能性があります。"
#: src/guides/moderation.md:9
msgid ""
"It is the responsibility of each individual who runs an ordinal block "
"explorer instance to understand their responsibilities with respect to "
"unlawful content, and decide what moderation policy is appropriate for their "
"instance."
msgstr ""
"Wordブロックブラウザのインスタンスを実行するすべてのユーザーは、不正なコンテ"
"ンツに対する責任を理解し、そのインスタンスに適した監査ポリシーを決定する責任"
"があります。"
#: src/guides/moderation.md:13
msgid ""
"In order to prevent particular inscriptions from being displayed on an `ord` "
#44,996,183text