public interface IBlock
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getHash() |
int |
getLeadingZerosCount() |
byte[] |
getMerkleRoot() |
byte[] |
getPreviousBlockHash() |
long |
getTimestamp() |
List<ITransaction> |
getTransactions() |
long |
getTries() |
void |
setHash(byte[] hash) |
void |
setMerkleRoot(byte[] merkleRoot) |
void |
setPreviousBlockHash(byte[] previousBlockHash) |
void |
setTimestamp(long timestamp) |
void |
setTransactions(List<ITransaction> transactions) |
void |
setTries(long tries) |
byte[] getHash()
int getLeadingZerosCount()
byte[] getMerkleRoot()
byte[] getPreviousBlockHash()
long getTimestamp()
List<ITransaction> getTransactions()
long getTries()
void setHash(byte[] hash)
void setMerkleRoot(byte[] merkleRoot)
void setPreviousBlockHash(byte[] previousBlockHash)
void setTimestamp(long timestamp)
void setTransactions(List<ITransaction> transactions)
void setTries(long tries)
Copyright © 2015–2019 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.