Skip to content

Commit

Permalink
Update gh-pages
Browse files Browse the repository at this point in the history
Store path: /nix/store/krfcwp868kbjracxp11vwfaia5rcjlij-tx-village-github-pages
  • Loading branch information
hercules-ci[bot] committed Sep 27, 2024
1 parent 2d1055b commit 8e3b076
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions artifacts/tx-indexer/src/tx_indexer/database/plutus.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ <h2>Files</h2></div></nav><div class="sidebar-resizer"></div>
diesel(sql_type = sql_types::Hash28),
diesel_derive_pg(sql_type = sql_types::Hash28)
)]
</span><span class="kw">pub struct </span>Hash28(<span class="attr">#[diesel_derive_pg(sql_type = Bytea)] </span><span class="kw">pub </span>Vec&lt;u8&gt;);
</span><span class="kw">pub struct </span>Hash28(<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = Bytea))] </span><span class="kw">pub </span>Vec&lt;u8&gt;);

<span class="kw">impl </span>From&lt;pla::v2::crypto::LedgerBytes&gt; <span class="kw">for </span>Hash28 {
<span class="kw">fn </span>from(item: pla::v2::crypto::LedgerBytes) -&gt; <span class="self">Self </span>{
Expand Down Expand Up @@ -1229,7 +1229,7 @@ <h2>Files</h2></div></nav><div class="sidebar-resizer"></div>
diesel(sql_type = sql_types::Hash32),
diesel_derive_pg(sql_type = sql_types::Hash32)
)]
</span><span class="kw">pub struct </span>Hash32(<span class="attr">#[diesel_derive_pg(sql_type = Bytea)] </span><span class="kw">pub </span>Vec&lt;u8&gt;);
</span><span class="kw">pub struct </span>Hash32(<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = Bytea))] </span><span class="kw">pub </span>Vec&lt;u8&gt;);

<span class="kw">impl </span>From&lt;pla::v2::crypto::LedgerBytes&gt; <span class="kw">for </span>Hash32 {
<span class="kw">fn </span>from(item: pla::v2::crypto::LedgerBytes) -&gt; <span class="self">Self </span>{
Expand Down Expand Up @@ -1265,7 +1265,7 @@ <h2>Files</h2></div></nav><div class="sidebar-resizer"></div>
diesel(sql_type = sql_types::CurrencySymbol),
diesel_derive_pg(sql_type = sql_types::CurrencySymbol)
)]
</span><span class="kw">pub struct </span>CurrencySymbol(<span class="attr">#[diesel_derive_pg(sql_type = Bytea)] </span><span class="kw">pub </span>Vec&lt;u8&gt;);
</span><span class="kw">pub struct </span>CurrencySymbol(<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = Bytea))] </span><span class="kw">pub </span>Vec&lt;u8&gt;);

<span class="kw">impl </span>From&lt;pla::v2::value::CurrencySymbol&gt; <span class="kw">for </span>CurrencySymbol {
<span class="kw">fn </span>from(item: pla::v2::value::CurrencySymbol) -&gt; <span class="self">Self </span>{
Expand Down Expand Up @@ -1313,7 +1313,7 @@ <h2>Files</h2></div></nav><div class="sidebar-resizer"></div>
diesel(sql_type = sql_types::TokenName),
diesel_derive_pg(sql_type = sql_types::TokenName)
)]
</span><span class="kw">pub struct </span>TokenName(<span class="attr">#[diesel_derive_pg(sql_type = Bytea)] </span><span class="kw">pub </span>Vec&lt;u8&gt;);
</span><span class="kw">pub struct </span>TokenName(<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = Bytea))] </span><span class="kw">pub </span>Vec&lt;u8&gt;);

<span class="kw">impl </span>From&lt;pla::v2::value::TokenName&gt; <span class="kw">for </span>TokenName {
<span class="kw">fn </span>from(item: pla::v2::value::TokenName) -&gt; <span class="self">Self </span>{
Expand Down Expand Up @@ -1349,7 +1349,7 @@ <h2>Files</h2></div></nav><div class="sidebar-resizer"></div>
diesel(sql_type = sql_types::TransactionHash),
diesel_derive_pg(sql_type = sql_types::TransactionHash)
)]
</span><span class="kw">pub struct </span>TransactionHash(<span class="attr">#[diesel_derive_pg(sql_type = sql_types::Hash32)] </span><span class="kw">pub </span>Hash32);
</span><span class="kw">pub struct </span>TransactionHash(<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = sql_types::Hash32))] </span><span class="kw">pub </span>Hash32);

<span class="kw">impl </span>From&lt;pla::v2::transaction::TransactionHash&gt; <span class="kw">for </span>TransactionHash {
<span class="kw">fn </span>from(item: pla::v2::transaction::TransactionHash) -&gt; <span class="self">Self </span>{
Expand Down Expand Up @@ -1385,7 +1385,7 @@ <h2>Files</h2></div></nav><div class="sidebar-resizer"></div>
diesel(sql_type = sql_types::Ed25519PubKeyHash),
diesel_derive_pg(sql_type = sql_types::Ed25519PubKeyHash)
)]
</span><span class="kw">pub struct </span>Ed25519PubKeyHash(<span class="attr">#[diesel_derive_pg(sql_type = sql_types::Hash28)] </span><span class="kw">pub </span>Hash28);
</span><span class="kw">pub struct </span>Ed25519PubKeyHash(<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = sql_types::Hash28))] </span><span class="kw">pub </span>Hash28);

<span class="kw">impl </span>From&lt;pla::v2::crypto::Ed25519PubKeyHash&gt; <span class="kw">for </span>Ed25519PubKeyHash {
<span class="kw">fn </span>from(item: pla::v2::crypto::Ed25519PubKeyHash) -&gt; <span class="self">Self </span>{
Expand Down Expand Up @@ -1421,7 +1421,7 @@ <h2>Files</h2></div></nav><div class="sidebar-resizer"></div>
diesel(sql_type = sql_types::ScriptHash),
diesel_derive_pg(sql_type = sql_types::ScriptHash)
)]
</span><span class="kw">pub struct </span>ScriptHash(<span class="attr">#[diesel_derive_pg(sql_type = sql_types::Hash28)] </span><span class="kw">pub </span>Hash28);
</span><span class="kw">pub struct </span>ScriptHash(<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = sql_types::Hash28))] </span><span class="kw">pub </span>Hash28);

<span class="kw">impl </span>From&lt;pla::v2::script::ScriptHash&gt; <span class="kw">for </span>ScriptHash {
<span class="kw">fn </span>from(item: pla::v2::script::ScriptHash) -&gt; <span class="self">Self </span>{
Expand Down Expand Up @@ -1457,7 +1457,7 @@ <h2>Files</h2></div></nav><div class="sidebar-resizer"></div>
diesel(sql_type = sql_types::DatumHash),
diesel_derive_pg(sql_type = sql_types::DatumHash)
)]
</span><span class="kw">pub struct </span>DatumHash(<span class="attr">#[diesel_derive_pg(sql_type = sql_types::Hash32)] </span><span class="kw">pub </span>Hash32);
</span><span class="kw">pub struct </span>DatumHash(<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = sql_types::Hash32))] </span><span class="kw">pub </span>Hash32);

<span class="kw">impl </span>From&lt;pla::v2::datum::DatumHash&gt; <span class="kw">for </span>DatumHash {
<span class="kw">fn </span>from(item: pla::v2::datum::DatumHash) -&gt; <span class="self">Self </span>{
Expand Down Expand Up @@ -1493,7 +1493,7 @@ <h2>Files</h2></div></nav><div class="sidebar-resizer"></div>
diesel(sql_type = sql_types::Slot),
diesel_derive_pg(sql_type = sql_types::Slot)
)]
</span><span class="kw">pub struct </span>Slot(<span class="attr">#[diesel_derive_pg(sql_type = diesel::sql_types::BigInt)] </span><span class="kw">pub </span>i64);
</span><span class="kw">pub struct </span>Slot(<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = diesel::sql_types::BigInt))] </span><span class="kw">pub </span>i64);

<span class="kw">impl </span>From&lt;u64&gt; <span class="kw">for </span>Slot {
<span class="kw">fn </span>from(item: u64) -&gt; <span class="self">Self </span>{
Expand Down Expand Up @@ -1542,7 +1542,7 @@ <h2>Files</h2></div></nav><div class="sidebar-resizer"></div>
diesel(sql_type = sql_types::PlutusData),
diesel_derive_pg(sql_type = sql_types::PlutusData)
)]
</span><span class="kw">pub struct </span>PlutusData(<span class="attr">#[diesel_derive_pg(sql_type = diesel::sql_types::Jsonb)] </span><span class="kw">pub </span>serde_json::Value);
</span><span class="kw">pub struct </span>PlutusData(<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = diesel::sql_types::Jsonb))] </span><span class="kw">pub </span>serde_json::Value);

<span class="kw">impl </span>TryFrom&lt;pla::plutus_data::PlutusData&gt; <span class="kw">for </span>PlutusData {
<span class="kw">type </span>Error = DBTypeConversionError;
Expand Down Expand Up @@ -1598,10 +1598,10 @@ <h2>Files</h2></div></nav><div class="sidebar-resizer"></div>
diesel_derive_pg(sql_type = sql_types::Credential)
)]
</span><span class="kw">pub struct </span>Credential {
<span class="attr">#[diesel_derive_pg(sql_type = Nullable&lt;sql_types::Ed25519PubKeyHash&gt;)]
<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = Nullable&lt;sql_types::Ed25519PubKeyHash&gt;))]
</span>pub_key_hash: <span class="prelude-ty">Option</span>&lt;Ed25519PubKeyHash&gt;,

<span class="attr">#[diesel_derive_pg(sql_type = Nullable&lt;sql_types::ScriptHash&gt;)]
<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = Nullable&lt;sql_types::ScriptHash&gt;))]
</span>script_hash: <span class="prelude-ty">Option</span>&lt;ScriptHash&gt;,
}

Expand Down Expand Up @@ -1656,13 +1656,13 @@ <h2>Files</h2></div></nav><div class="sidebar-resizer"></div>
diesel_derive_pg(sql_type = sql_types::ChainPointer)
)]
</span><span class="kw">pub struct </span>ChainPointer {
<span class="attr">#[diesel_derive_pg(sql_type = diesel::sql_types::BigInt)]
<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = diesel::sql_types::BigInt))]
</span>slot_num: i64,

<span class="attr">#[diesel_derive_pg(sql_type = diesel::sql_types::BigInt)]
<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = diesel::sql_types::BigInt))]
</span>tx_idx: i64,

<span class="attr">#[diesel_derive_pg(sql_type = diesel::sql_types::BigInt)]
<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = diesel::sql_types::BigInt))]
</span>cert_idx: i64,
}

Expand Down Expand Up @@ -1713,10 +1713,10 @@ <h2>Files</h2></div></nav><div class="sidebar-resizer"></div>
diesel_derive_pg(sql_type = sql_types::StakingCredential)
)]
</span><span class="kw">pub struct </span>StakingCredential {
<span class="attr">#[diesel_derive_pg(sql_type = Nullable&lt;sql_types::Credential&gt;)]
<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = Nullable&lt;sql_types::Credential&gt;))]
</span>staking_hash: <span class="prelude-ty">Option</span>&lt;Credential&gt;,

<span class="attr">#[diesel_derive_pg(sql_type = Nullable&lt;sql_types::ChainPointer&gt;)]
<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = Nullable&lt;sql_types::ChainPointer&gt;))]
</span>staking_ptr: <span class="prelude-ty">Option</span>&lt;ChainPointer&gt;,
}

Expand Down Expand Up @@ -1775,10 +1775,10 @@ <h2>Files</h2></div></nav><div class="sidebar-resizer"></div>
diesel_derive_pg(sql_type = sql_types::Address)
)]
</span><span class="kw">pub struct </span>Address {
<span class="attr">#[diesel_derive_pg(sql_type = sql_types::Credential)]
<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = sql_types::Credential))]
</span>credential: Credential,

<span class="attr">#[diesel_derive_pg(sql_type = Nullable&lt;sql_types::StakingCredential&gt;)]
<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = Nullable&lt;sql_types::StakingCredential&gt;))]
</span>staking_credential: <span class="prelude-ty">Option</span>&lt;StakingCredential&gt;,
}

Expand Down Expand Up @@ -1826,13 +1826,13 @@ <h2>Files</h2></div></nav><div class="sidebar-resizer"></div>
diesel_derive_pg(sql_type = sql_types::AssetQuantity)
)]
</span><span class="kw">pub struct </span>AssetQuantity {
<span class="attr">#[diesel_derive_pg(sql_type = sql_types::CurrencySymbol)]
<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = sql_types::CurrencySymbol))]
</span>currency_symbol: CurrencySymbol,

<span class="attr">#[diesel_derive_pg(sql_type = sql_types::TokenName)]
<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = sql_types::TokenName))]
</span>token_name: TokenName,

<span class="attr">#[diesel_derive_pg(sql_type = diesel::sql_types::BigInt)]
<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = diesel::sql_types::BigInt))]
</span>amount: i64,
}

Expand Down Expand Up @@ -1895,7 +1895,7 @@ <h2>Files</h2></div></nav><div class="sidebar-resizer"></div>
diesel(sql_type = sql_types::Value),
diesel_derive_pg(sql_type = sql_types::Value)
)]
</span><span class="kw">pub struct </span>Value(<span class="attr">#[diesel_derive_pg(sql_type = Array&lt;sql_types::AssetQuantity&gt;)] </span><span class="kw">pub </span>Vec&lt;AssetQuantity&gt;);
</span><span class="kw">pub struct </span>Value(<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = Array&lt;sql_types::AssetQuantity&gt;))] </span><span class="kw">pub </span>Vec&lt;AssetQuantity&gt;);

<span class="kw">impl </span>TryFrom&lt;pla::v2::value::Value&gt; <span class="kw">for </span>Value {
<span class="kw">type </span>Error = DBTypeConversionError;
Expand Down Expand Up @@ -1951,10 +1951,10 @@ <h2>Files</h2></div></nav><div class="sidebar-resizer"></div>
diesel_derive_pg(sql_type = sql_types::TransactionInput)
)]
</span><span class="kw">pub struct </span>TransactionInput {
<span class="attr">#[diesel_derive_pg(sql_type = sql_types::TransactionHash)]
<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = sql_types::TransactionHash))]
</span>tx_id: TransactionHash,

<span class="attr">#[diesel_derive_pg(sql_type = diesel::sql_types::BigInt)]
<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = diesel::sql_types::BigInt))]
</span>tx_idx: i64,
}

Expand Down Expand Up @@ -1998,10 +1998,10 @@ <h2>Files</h2></div></nav><div class="sidebar-resizer"></div>
diesel_derive_pg(sql_type = sql_types::OutputDatum)
)]
</span><span class="kw">pub struct </span>OutputDatum {
<span class="attr">#[diesel_derive_pg(sql_type = Nullable&lt;sql_types::DatumHash&gt;)]
<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = Nullable&lt;sql_types::DatumHash&gt;))]
</span>datum_hash: <span class="prelude-ty">Option</span>&lt;DatumHash&gt;,

<span class="attr">#[diesel_derive_pg(sql_type = Nullable&lt;sql_types::PlutusData&gt;)]
<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = Nullable&lt;sql_types::PlutusData&gt;))]
</span>inline_datum: <span class="prelude-ty">Option</span>&lt;PlutusData&gt;,
}

Expand Down Expand Up @@ -2063,16 +2063,16 @@ <h2>Files</h2></div></nav><div class="sidebar-resizer"></div>
diesel_derive_pg(sql_type = sql_types::TransactionOutput)
)]
</span><span class="kw">pub struct </span>TransactionOutput {
<span class="attr">#[diesel_derive_pg(sql_type = sql_types::Address)]
<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = sql_types::Address))]
</span>address: Address,

<span class="attr">#[diesel_derive_pg(sql_type = sql_types::Value)]
<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = sql_types::Value))]
</span>assets: Value,

<span class="attr">#[diesel_derive_pg(sql_type = sql_types::OutputDatum)]
<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = sql_types::OutputDatum))]
</span>datum: OutputDatum,

<span class="attr">#[diesel_derive_pg(sql_type = Nullable&lt;sql_types::ScriptHash&gt;)]
<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = Nullable&lt;sql_types::ScriptHash&gt;))]
</span>reference_script: <span class="prelude-ty">Option</span>&lt;ScriptHash&gt;,
}

Expand Down Expand Up @@ -2119,10 +2119,10 @@ <h2>Files</h2></div></nav><div class="sidebar-resizer"></div>
diesel_derive_pg(sql_type = sql_types::TxInInfo)
)]
</span><span class="kw">pub struct </span>TxInInfo {
<span class="attr">#[diesel_derive_pg(sql_type = sql_types::TransactionInput)]
<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = sql_types::TransactionInput))]
</span>reference: TransactionInput,

<span class="attr">#[diesel_derive_pg(sql_type = sql_types::TransactionOutput)]
<span class="attr">#[cfg_attr(feature = <span class="string">"diesel"</span>, diesel_derive_pg(sql_type = sql_types::TransactionOutput))]
</span>output: TransactionOutput,
}

Expand Down

0 comments on commit 8e3b076

Please sign in to comment.