Skip to content

Commit

Permalink
docs: add missing docs
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Moussa <ahmed.moussa@iohk.io>
  • Loading branch information
hamada147 committed May 31, 2024
1 parent 721d7db commit 2436f3f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ data class CredentialRequestMeta(
var json: String
) {

/**
* Converts the given JSON string to a RustCredentialRequestMetadata object.
*
* @return The RustCredentialsRequestMetadata object created from the JSON string.
*/
fun toRustCredentialRequestMetadata(): CredentialRequestMetadata {
return CredentialRequestMetadata(json)
}
Expand Down

0 comments on commit 2436f3f

Please sign in to comment.