Skip to content

Commit 6c92493

Browse files
author
dtsiflit
committed
[fix] make value public in transaction data
1 parent ecb779a commit 6c92493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Entities/Types/TransactionData.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import SwiftyJSON
2121
public enum TransactionData: Codable, Sendable {
2222
case sdJwtVc(value: String)
2323

24-
var value: String {
24+
public var value: String {
2525
switch self {
2626
case .sdJwtVc(let value):
2727
return value

0 commit comments

Comments
 (0)