Skip to content

Commit

Permalink
docs: show fields of IssuerKit
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Dec 7, 2024
1 parent 53ff2d2 commit 448982d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions main/guides/ertp/assets/ertp-interfaces-1.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ classDiagram
}
ertp --> IssuerKit : makeIssuerKit

class IssuerKit {
mint: Mint
issuer: Issuer
brand: Brand
}

class Mint {
getIssuer()
}
Expand Down
Loading

0 comments on commit 448982d

Please sign in to comment.