|
||||||||||
前 次 | フレームあり フレームなし |
GetBalanceResult を使用しているパッケージ | |
---|---|
org.monache.lib.api | |
org.monache.lib.api.impl | |
org.monache.lib.api.mock |
org.monache.lib.api での GetBalanceResult の使用 |
---|
GetBalanceResult を返す org.monache.lib.api のメソッド | |
---|---|
GetBalanceResult |
GetBalance.call(JsonRPCClient jsonRPCClient)
ウォレット全体の利用残高を取得します。 |
GetBalanceResult |
GetBalance.call(JsonRPCClient jsonRPCClient,
java.lang.String account)
任意の口座の利用残高を取得します。 |
GetBalanceResult |
GetBalance.call(JsonRPCClient jsonRPCClient,
java.lang.String account,
java.lang.Integer minconf)
推奨されていません。 minconfの未検証 任意の口座の利用残高を取得します。 |
org.monache.lib.api.impl での GetBalanceResult の使用 |
---|
GetBalanceResult を返す org.monache.lib.api.impl のメソッド | |
---|---|
GetBalanceResult |
GetBalanceImpl.call(JsonRPCClient jsonRPCClient)
|
GetBalanceResult |
GetBalanceImpl.call(JsonRPCClient jsonRPCClient,
java.lang.String account)
|
GetBalanceResult |
GetBalanceImpl.call(JsonRPCClient jsonRPCClient,
java.lang.String account,
java.lang.Integer minconf)
|
org.monache.lib.api.mock での GetBalanceResult の使用 |
---|
GetBalanceResult を返す org.monache.lib.api.mock のメソッド | |
---|---|
GetBalanceResult |
GetBalanceMock.call(JsonRPCClient jsonRPCClient)
|
GetBalanceResult |
GetBalanceMock.call(JsonRPCClient jsonRPCClient,
java.lang.String account)
|
GetBalanceResult |
GetBalanceMock.call(JsonRPCClient jsonRPCClient,
java.lang.String account,
java.lang.Integer minconf)
|
|
||||||||||
前 次 | フレームあり フレームなし |