WeDPR-Lab-Java-SDK
WeDPR-Lab-Java-SDK copied to clipboard
Design and implement Java annotation marked data class
@VclClass
class ConfidentialDataType {
@VclField
string fieldA;
@VclField
int fieldB;
}
The design is not finalized, and subject to change!