Skip to main content

MultieraStakeCredentialTask

Adds the stake credentials to the database. Note: \"stake credentials\" are an unfortunately poorly named type in the Cardano binary specification. A stake credential has nothing to do with staking. It's just a hash with an prefix to specify what kind of hash it is (ex: payment vs script)

Configuration
#[derive(Debug, Clone, Copy, serde::Deserialize, serde::Serialize)]
pub struct EmptyConfig {}

Era

multiera

Dependencies

Data accessed

Reads from

  • multiera_txs

Writes to

  • vkey_relation_map
  • multiera_stake_credential

Full source

source