plutus-ledger-api-1.69.0.0: Interface to the Plutus ledger for the Cardano ledger.
Safe HaskellSafe-Inferred
LanguageHaskell2010

PlutusLedgerApi.V1.Data.DCert

Description

Digests of certificates that are included in transactions.

Synopsis

Documentation

data DCert Source #

A representation of the ledger DCert. Some information is digested, and not included

Instances

Instances details
Generic DCert Source # 
Instance details

Defined in PlutusLedgerApi.V1.Data.DCert

Associated Types

type Rep DCert ∷ Type → Type Source #

Methods

from ∷ DCert → Rep DCert x Source #

to ∷ Rep DCert x → DCert Source #

Show DCert Source # 
Instance details

Defined in PlutusLedgerApi.V1.Data.DCert

NFData DCert Source # 
Instance details

Defined in PlutusLedgerApi.V1.Data.DCert

Methods

rnf ∷ DCert → () Source #

Eq DCert Source # 
Instance details

Defined in PlutusLedgerApi.V1.Data.DCert

Methods

(==) ∷ DCert → DCert → Bool Source #

(/=) ∷ DCert → DCert → Bool Source #

Ord DCert Source # 
Instance details

Defined in PlutusLedgerApi.V1.Data.DCert

Methods

compare ∷ DCert → DCert → Ordering Source #

(<) ∷ DCert → DCert → Bool Source #

(<=) ∷ DCert → DCert → Bool Source #

(>) ∷ DCert → DCert → Bool Source #

(>=) ∷ DCert → DCert → Bool Source #

max ∷ DCert → DCert → DCert Source #

min ∷ DCert → DCert → DCert Source #

HasBlueprintDefinition DCert Source # 
Instance details

Defined in PlutusLedgerApi.V1.Data.DCert

Associated Types

type Unroll DCert ∷ [Type] Source #

Eq DCert Source # 
Instance details

Defined in PlutusLedgerApi.V1.Data.DCert

Methods

(==) ∷ DCert → DCert → Bool Source #

FromData DCert Source # 
Instance details

Defined in PlutusLedgerApi.V1.Data.DCert

ToData DCert Source # 
Instance details

Defined in PlutusLedgerApi.V1.Data.DCert

UnsafeFromData DCert Source # 
Instance details

Defined in PlutusLedgerApi.V1.Data.DCert

Show DCert Source # 
Instance details

Defined in PlutusLedgerApi.V1.Data.DCert

Pretty DCert Source # 
Instance details

Defined in PlutusLedgerApi.V1.Data.DCert

Methods

pretty ∷ DCert → Doc ann Source #

prettyList ∷ [DCert] → Doc ann Source #

Lift DefaultUni DCert Source # 
Instance details

Defined in PlutusLedgerApi.V1.Data.DCert

Typeable DefaultUni DCert Source # 
Instance details

Defined in PlutusLedgerApi.V1.Data.DCert

type Rep DCert Source # 
Instance details

Defined in PlutusLedgerApi.V1.Data.DCert

type Rep DCert = D1 ('MetaData "DCert" "PlutusLedgerApi.V1.Data.DCert" "plutus-ledger-api-1.69.0.0-inplace" 'True) (C1 ('MetaCons "DCert_6989586621680375137" 'PrefixI 'False) (S1 ('MetaSel ('Nothing ∷ Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 BuiltinData)))
type Unroll DCert Source # 
Instance details

Defined in PlutusLedgerApi.V1.Data.DCert

pattern DCertMir ∷ DCert Source #

matchDCert ∷ ∀ r. DCert → (StakingCredential → r) → (StakingCredential → r) → (StakingCredential → PubKeyHash → r) → (PubKeyHash → PubKeyHash → r) → (PubKeyHash → Integer → r) → r → r → r Source #