Skip to content

Commit

Permalink
Update drep keys description to point to CIP-0129
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly committed Dec 13, 2024
1 parent 32cf52d commit 8fae5bd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions specifications/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -403,14 +403,17 @@ x-drepKeyHash: &drepKeyHash
type: string
format: bech32
example: drep1wqaz0q0zhtxlgn0ewssevn2mrtm30fgh2g7hr7z9rj5856457mm
description: DRep's key hash.
description: DRep's key hash according to CIP-0129.
pattern: "^(drep)1[0-9a-z]*$"

x-drepScriptHash: &drepScriptHash
type: string
format: bech32
example: drep1wqaz0q0zhtxlgn0ewssevn2mrtm30fgh2g7hr7z9rj5856457mm
description: DRep's script hash.
description: |
DRep's script hash according to CIP-0129. Note this is identical
to drepKeyHash but for unknown reasons we need to different
schema fragments here.
pattern: "^(drep)1[0-9a-z]*$"

x-walletAccountXPubkey: &walletAccountXPubkey
Expand Down

0 comments on commit 8fae5bd

Please sign in to comment.