Uses of Class
org.hyperledger.acy_py.generated.model.GetNymRoleResponse
-
Packages that use GetNymRoleResponse Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries -
-
Uses of GetNymRoleResponse in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return GetNymRoleResponse Modifier and Type Method Description GetNymRoleResponseGetNymRoleResponse.GetNymRoleResponseBuilder. build() -
Uses of GetNymRoleResponse in org.hyperledger.aries
Methods in org.hyperledger.aries that return types with arguments of type GetNymRoleResponse Modifier and Type Method Description Optional<GetNymRoleResponse>AriesClient. ledgerGetNymRole(@NonNull String did)Get the role from the NYM registration of a public DID.
-