public class Transaction extends Object
| 构造器和说明 |
|---|
Transaction(Map<String,Object> map) |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getBlockHeight() |
Long |
getConfirmCount() |
Long |
getFee() |
String |
getHash() |
List<Input> |
getInputs() |
List<Output> |
getOutputs() |
String |
getRemark() |
String |
getScriptSig() |
int |
getSize() |
Integer |
getStatus() |
Long |
getTime() |
Integer |
getType() |
Long |
getValue() |
void |
setBlockHeight(Long blockHeight) |
void |
setConfirmCount(Long confirmCount) |
void |
setFee(Long fee) |
void |
setHash(String hash) |
void |
setInputs(List<Input> inputs) |
void |
setOutputs(List<Output> outputs) |
void |
setRemark(String remark) |
void |
setScriptSig(String scriptSig) |
void |
setSize(int size) |
void |
setStatus(Integer status) |
void |
setTime(Long time) |
void |
setType(Integer type) |
void |
setValue(Long value) |
public String getHash()
public void setHash(String hash)
public Integer getType()
public void setType(Integer type)
public Long getTime()
public void setTime(Long time)
public Long getBlockHeight()
public void setBlockHeight(Long blockHeight)
public Long getFee()
public void setFee(Long fee)
public Long getValue()
public void setValue(Long value)
public String getRemark()
public void setRemark(String remark)
public String getScriptSig()
public void setScriptSig(String scriptSig)
public Integer getStatus()
public void setStatus(Integer status)
public Long getConfirmCount()
public void setConfirmCount(Long confirmCount)
public int getSize()
public void setSize(int size)
Copyright © 2018. All rights reserved.