Skip to content

Commit

Permalink
Merge pull request #90 from nemo83/fix/update-docs-to-match-new-crede…
Browse files Browse the repository at this point in the history
…ntials-constructors

Updated credentials name w/ new ones after lib update
  • Loading branch information
KtorZ committed Sep 6, 2024
2 parents fa7519f + 9c219b2 commit 07a0d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cardano/address.ak
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ pub type StakeCredential =
/// A 'PaymentCredential' represents the spending conditions associated with
/// some output. Hence,
///
/// - a `VerificationKeyCredential` captures an output locked by a public/private key pair;
/// - and a `ScriptCredential` captures an output locked by a native or Plutus script.
/// - a `VerificationKey` captures an output locked by a public/private key pair;
/// - and a `Script` captures an output locked by a native or Plutus script.
///
pub type PaymentCredential =
Credential

0 comments on commit 07a0d99

Please sign in to comment.