java.lang.Object
io.mokamint.node.TransactionAddresses
Providers of transaction address objects.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGson decoder.static classGson encoder.static classJson representation. -
Method Summary
Modifier and TypeMethodDescriptionstatic TransactionAddressof(byte[] blockHash, int progressive) Yields a new transaction address.
-
Method Details
-
of
Yields a new transaction address.- Parameters:
blockHash- the hash of the block containing the transactionprogressive- the progressive number of the transaction inside the table of the transactions inside the block- Returns:
- the transaction address
-