Model file

namespace org.kyc.network concept Doc { o String type o String hash } asset UserResult identified by userid { o String userid o Doc[] docs o Bank[] banks o String timestamp --> Bank bank } participant Bank identified by code{ o String codetype o String code } transaction AddUser { } transaction AddBank { } transaction EditUser { o Doc adddoc --> UserResult userres }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.