diff --git a/tally-script-improvments/05_unified_platform/01_catalyst-cardano-bridge/index.html b/tally-script-improvments/05_unified_platform/01_catalyst-cardano-bridge/index.html index 3dcd4c7d10..7dad565652 100644 --- a/tally-script-improvments/05_unified_platform/01_catalyst-cardano-bridge/index.html +++ b/tally-script-improvments/05_unified_platform/01_catalyst-cardano-bridge/index.html @@ -281,7 +281,7 @@
The Cardano-Catalyst bridge is an essential and integral part of the Catalyst Unified backend. diff --git a/tally-script-improvments/06_rust_api/rust/doc/chain_impl_mockchain/block/struct.Block.html b/tally-script-improvments/06_rust_api/rust/doc/chain_impl_mockchain/block/struct.Block.html index 7dc83ece6b..5ee4f62170 100644 --- a/tally-script-improvments/06_rust_api/rust/doc/chain_impl_mockchain/block/struct.Block.html +++ b/tally-script-improvments/06_rust_api/rust/doc/chain_impl_mockchain/block/struct.Block.html @@ -5,18 +5,18 @@ transaction and a reference to the parent block. Alongside with the position of that block in the chain.
header: Header
§contents: Contents
Identifier of the block, currently the hash of the serialized transaction.
-SlotId
.
epoch: Epoch
§slot_id: SlotId
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
Strategy
. Parameters must implement Default
.!=
. The default implementation is almost always
sufficient, and should not be overridden without very good reason.self
and other
) and is used by the <=
operator. Read more