Defines the types of credentials that can be used in Cardano addresses.
A credential can be either a key hash or a script hash, representing different ways of controlling funds in a Cardano address.
Represents a credential based on a key hash. This type is used when the credential is derived from a public key.
Represents a credential based on a script hash. This type is used when the credential is derived from a smart contract script.
Defines the types of credentials that can be used in Cardano addresses.
A credential can be either a key hash or a script hash, representing different ways of controlling funds in a Cardano address.