toggle menu
EdgeAgentSDK
3.1.1
common
switch theme
search in API
EdgeAgentSDK
/
org.hyperledger.identus.walletsdk.edgeagent.protocols
Package-level
declarations
Types
Functions
Types
Protocol
Type
Link copied to clipboard
@
Serializable
(
with
=
ProtocolTypeSerializer::class
)
enum
ProtocolType
:
Enum
<
ProtocolType
>
Protocol
Type
Serializer
Link copied to clipboard
@
Serializer
(
forClass
=
ProtocolType::class
)
object
ProtocolTypeSerializer
:
KSerializer
<
ProtocolType
>
Functions
find
Protocol
Type
By
Value
Link copied to clipboard
fun
findProtocolTypeByValue
(
string
:
String
)
:
ProtocolType
Finds the ProtocolType based on the given string value.