public interface ITransaction
| Modifier and Type | Method and Description |
|---|---|
byte[] |
calculateHash() |
byte[] |
getHash() |
byte[] |
getSenderHash() |
byte[] |
getSignableData() |
byte[] |
getSignature() |
String |
getText() |
long |
getTimestamp() |
void |
setHash(byte[] hash) |
void |
setSenderHash(byte[] senderHash) |
void |
setSignature(byte[] signature) |
void |
setText(String text) |
void |
setTimestamp(long timestamp) |
byte[] calculateHash()
byte[] getHash()
byte[] getSenderHash()
byte[] getSignableData()
byte[] getSignature()
String getText()
long getTimestamp()
void setHash(byte[] hash)
void setSenderHash(byte[] senderHash)
void setSignature(byte[] signature)
void setText(String text)
void setTimestamp(long timestamp)
Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.