Package i5.las2peer.registry.data
Class GenericTransactionData
java.lang.Object
i5.las2peer.registry.data.GenericTransactionData
-
Constructor Summary
ConstructorsConstructorDescriptionGenericTransactionData(String sender, String receiver, BigInteger amountInWei, BigInteger timestamp, String message, String transactionType, String txHash) -
Method Summary
Modifier and TypeMethodDescriptiongetTime()voidsetAmountInWei(BigInteger amountInWei) voidsetMessage(String message) voidsetReceiver(String receiver) voidvoidsetTimestamp(BigInteger timestamp) voidsetTransactionType(String transactionType) voidtoString()
-
Constructor Details
-
GenericTransactionData
public GenericTransactionData(String sender, String receiver, BigInteger amountInWei, BigInteger timestamp, String message, String transactionType, String txHash)
-
-
Method Details