Enumeration CredentialType

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.

Enumeration Members

Enumeration Members

KeyHash: 0

Represents a credential based on a key hash. This type is used when the credential is derived from a public key.

ScriptHash: 1

Represents a credential based on a script hash. This type is used when the credential is derived from a smart contract script.