public class Block extends Object
Modifier and Type | Method and Description |
---|---|
long |
getFee() |
int |
getHeight() |
String |
getSignature() |
int |
getSize() |
long |
getTimestamp() |
Collection<Transaction> |
getTransactions() |
int |
getVersion() |
public int getVersion()
public long getTimestamp()
public String getSignature()
public int getSize()
public long getFee()
public int getHeight()
public Collection<Transaction> getTransactions()
Copyright © 2019. All rights reserved.