org.curewallet.lib.api.result
クラス Vout

java.lang.Object
  上位を拡張 org.curewallet.lib.api.result.Vout

public class Vout
extends java.lang.Object

導入されたバージョン:
1.0
作成者:
Nezumi Kozo

コンストラクタの概要
Vout()
           
 
メソッドの概要
 java.lang.Long getN()
           
 ScriptPubKey getScriptPubKey()
           
 java.math.BigDecimal getValue()
           
 void setN(java.lang.Long n)
           
 void setScriptPubKey(ScriptPubKey scriptPubKey)
           
 void setValue(java.math.BigDecimal value)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Vout

public Vout()
導入されたバージョン:
1.0
メソッドの詳細

getValue

public java.math.BigDecimal getValue()
戻り値:
value
導入されたバージョン:
1.0

setValue

public void setValue(java.math.BigDecimal value)
パラメータ:
value - セットする value
導入されたバージョン:
1.0

getN

public java.lang.Long getN()
戻り値:
n
導入されたバージョン:
1.0

setN

public void setN(java.lang.Long n)
パラメータ:
n - セットする n
導入されたバージョン:
1.0

getScriptPubKey

public ScriptPubKey getScriptPubKey()
戻り値:
scriptPubKey
導入されたバージョン:
1.0

setScriptPubKey

public void setScriptPubKey(ScriptPubKey scriptPubKey)
パラメータ:
scriptPubKey - セットする scriptPubKey
導入されたバージョン:
1.0


Copyright © 2014. All Rights Reserved.