public class Transaction extends Object
| 构造器和说明 |
|---|
Transaction() |
| 限定符和类型 | 方法和说明 |
|---|---|
BigDecimal |
getAmount() |
Long |
getCoinId() |
String |
getFromAddress() |
Integer |
getOutputIndex() |
String |
getScriptPubKey() |
String |
getToAddress() |
String |
getTxHash() |
void |
setAmount(BigDecimal amount) |
void |
setCoinId(Long coinId) |
void |
setFromAddress(String fromAddress) |
void |
setOutputIndex(Integer outputIndex) |
void |
setScriptPubKey(String scriptPubKey) |
void |
setToAddress(String toAddress) |
void |
setTxHash(String txHash) |
public Long getCoinId()
public void setCoinId(Long coinId)
public String getTxHash()
public void setTxHash(String txHash)
public String getToAddress()
public void setToAddress(String toAddress)
public String getFromAddress()
public void setFromAddress(String fromAddress)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public Integer getOutputIndex()
public void setOutputIndex(Integer outputIndex)
public String getScriptPubKey()
public void setScriptPubKey(String scriptPubKey)
Copyright © 2021. All rights reserved.