Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
The cast of Characters for Shelley Ledger Examples (excluding the genesis/cord nodes, which are in Test.Cardano.Ledger.Shelley.Examples.Federation).
Synopsis
- alicePay ∷ Crypto c ⇒ KeyPair 'Payment c
- aliceStake ∷ Crypto c ⇒ KeyPair 'Staking c
- alicePHK ∷ Crypto c ⇒ Credential 'Payment c
- aliceSHK ∷ Crypto c ⇒ Credential 'Staking c
- aliceAddr ∷ Crypto c ⇒ Addr c
- alicePtrAddr ∷ Crypto c ⇒ Addr c
- alicePoolKeys ∷ Crypto c ⇒ AllIssuerKeys c 'StakePool
- alicePoolParams ∷ ∀ c. Crypto c ⇒ PoolParams c
- aliceVRFKeyHash ∷ ∀ c. Crypto c ⇒ VRFVerKeyHash 'StakePoolVRF c
- bobPay ∷ Crypto c ⇒ KeyPair 'Payment c
- bobStake ∷ Crypto c ⇒ KeyPair 'Staking c
- bobSHK ∷ Crypto c ⇒ Credential 'Staking c
- bobAddr ∷ Crypto c ⇒ Addr c
- bobPoolKeys ∷ Crypto c ⇒ AllIssuerKeys c 'StakePool
- bobPoolParams ∷ ∀ c. Crypto c ⇒ PoolParams c
- bobVRFKeyHash ∷ ∀ c. Crypto c ⇒ VRFVerKeyHash 'StakePoolVRF c
- carlPay ∷ Crypto c ⇒ KeyPair 'Payment c
- carlStake ∷ Crypto c ⇒ KeyPair 'Staking c
- carlSHK ∷ Crypto c ⇒ Credential 'Staking c
- carlAddr ∷ Crypto c ⇒ Addr c
- dariaPay ∷ Crypto c ⇒ KeyPair 'Payment c
- dariaStake ∷ Crypto c ⇒ KeyPair 'Staking c
- dariaSHK ∷ Crypto c ⇒ Credential 'Staking c
- dariaAddr ∷ Crypto c ⇒ Addr c
Documentation
alicePtrAddr ∷ Crypto c ⇒ Addr c Source #
Alice's base address
alicePoolKeys ∷ Crypto c ⇒ AllIssuerKeys c 'StakePool Source #
Alice's stake pool keys (cold keys, VRF keys, hot KES keys)
alicePoolParams ∷ ∀ c. Crypto c ⇒ PoolParams c Source #
Alice's stake pool parameters
aliceVRFKeyHash ∷ ∀ c. Crypto c ⇒ VRFVerKeyHash 'StakePoolVRF c Source #
Alice's VRF key hash
bobPoolKeys ∷ Crypto c ⇒ AllIssuerKeys c 'StakePool Source #
Bob's stake pool keys (cold keys, VRF keys, hot KES keys)
bobPoolParams ∷ ∀ c. Crypto c ⇒ PoolParams c Source #
Bob's stake pool parameters
bobVRFKeyHash ∷ ∀ c. Crypto c ⇒ VRFVerKeyHash 'StakePoolVRF c Source #
Bob's VRF key hash