Package i5.las2peer.registry.data
Class UserProfileData
java.lang.Object
i5.las2peer.registry.data.UserProfileData
Contains reputation transaction data exactly as stored in blockchain.
-
Constructor Summary
ConstructorsConstructorDescriptionUserProfileData
(String owner, byte[] userName, BigInteger cumulativeScore, BigInteger noTransactionsSent, BigInteger noTransactionsReceived, BigInteger profileIndex) -
Method Summary
-
Constructor Details
-
UserProfileData
public UserProfileData(String owner, byte[] userName, BigInteger cumulativeScore, BigInteger noTransactionsSent, BigInteger noTransactionsReceived, BigInteger profileIndex)
-
-
Method Details