JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
G
I
M
N
O
P
R
S
A
address
- Variable in class org.nervos.ckb.transaction.
CellsWithAddress
address
- Variable in class org.nervos.ckb.transaction.
Receiver
C
capacity
- Variable in class org.nervos.ckb.transaction.
Receiver
CellCollector
- Class in
org.nervos.ckb.transaction
Copyright © 2019 Nervos Foundation.
CellCollector(Api, boolean)
- Constructor for class org.nervos.ckb.transaction.
CellCollector
CellCollector(Api)
- Constructor for class org.nervos.ckb.transaction.
CellCollector
CellCollectorWithIndexer
- Class in
org.nervos.ckb.transaction
Copyright © 2019 Nervos Foundation.
CellCollectorWithIndexer(Api)
- Constructor for class org.nervos.ckb.transaction.
CellCollectorWithIndexer
CellCollectorWithIndexer(Api, boolean)
- Constructor for class org.nervos.ckb.transaction.
CellCollectorWithIndexer
CellsWithAddress
- Class in
org.nervos.ckb.transaction
Copyright © 2019 Nervos Foundation.
CellsWithAddress(List<CellInput>, String)
- Constructor for class org.nervos.ckb.transaction.
CellsWithAddress
cellsWithAddresses
- Variable in class org.nervos.ckb.transaction.
CollectResult
changeCapacity
- Variable in class org.nervos.ckb.transaction.
CollectResult
collectInputs(List<String>, Transaction, BigInteger, int)
- Method in class org.nervos.ckb.transaction.
CellCollector
collectInputs(List<String>, List<CellOutput>, BigInteger, int)
- Method in class org.nervos.ckb.transaction.
CellCollectorWithIndexer
collectInputs(List<String>, Transaction, BigInteger, int)
- Method in class org.nervos.ckb.transaction.
CollectUtils
collectInputsWithIndexer(List<String>, List<CellOutput>, BigInteger, int)
- Method in class org.nervos.ckb.transaction.
CollectUtils
CollectResult
- Class in
org.nervos.ckb.transaction
Copyright © 2019 Nervos Foundation.
CollectResult(List<CellsWithAddress>, String)
- Constructor for class org.nervos.ckb.transaction.
CollectResult
CollectUtils
- Class in
org.nervos.ckb.transaction
Copyright © 2019 Nervos Foundation.
CollectUtils(Api)
- Constructor for class org.nervos.ckb.transaction.
CollectUtils
CollectUtils(Api, boolean)
- Constructor for class org.nervos.ckb.transaction.
CollectUtils
G
generateLock()
- Static method in class org.nervos.ckb.
MultiSignTransactionExample
generateOutputs(List<Receiver>, String)
- Method in class org.nervos.ckb.transaction.
CollectUtils
generateTx(String, BigInteger, List<String>)
- Static method in class org.nervos.ckb.
MultiSignTransactionExample
getBalance(String)
- Static method in class org.nervos.ckb.
MultiSignTransactionExample
getBlockByNumber(String)
- Method in class org.nervos.ckb.
RpcExample
getBlockchainInfo()
- Method in class org.nervos.ckb.
RpcExample
getCapacityWithAddress(String)
- Method in class org.nervos.ckb.transaction.
CellCollector
getCapacityWithAddress(String)
- Method in class org.nervos.ckb.transaction.
CellCollectorWithIndexer
getCapacityWithLockHash(String)
- Method in class org.nervos.ckb.transaction.
CellCollector
getCapacityWithLockHash(String)
- Method in class org.nervos.ckb.transaction.
CellCollectorWithIndexer
getMultiSigBalance()
- Static method in class org.nervos.ckb.
MultiSignTransactionExample
getTipBlockNumber()
- Method in class org.nervos.ckb.
RpcExample
getZeros(int)
- Static method in class org.nervos.ckb.transaction.
NumberUtils
I
inputs
- Variable in class org.nervos.ckb.transaction.
CellsWithAddress
M
main(String[])
- Static method in class org.nervos.ckb.
MultiKeySingleSigTxExample
main(String[])
- Static method in class org.nervos.ckb.
MultiSignTransactionExample
main(String[])
- Static method in class org.nervos.ckb.
NervosDaoExample
main(String[])
- Static method in class org.nervos.ckb.
RpcExample
main(String[])
- Static method in class org.nervos.ckb.
SendToMultiSigAddressTxExample
main(String[])
- Static method in class org.nervos.ckb.
SingleKeySingleSigTxExample
main(String[])
- Static method in class org.nervos.ckb.
SingleSigWithIndexerTxExample
Note: If you want to use indexer to collect cell quickly, you should call index_lock_hash rpc firstly.
MultiKeySingleSigTxExample
- Class in
org.nervos.ckb
Copyright © 2019 Nervos Foundation.
MultiKeySingleSigTxExample()
- Constructor for class org.nervos.ckb.
MultiKeySingleSigTxExample
MultiSignTransactionExample
- Class in
org.nervos.ckb
Copyright © 2019 Nervos Foundation.
MultiSignTransactionExample()
- Constructor for class org.nervos.ckb.
MultiSignTransactionExample
N
NervosDaoExample
- Class in
org.nervos.ckb
Copyright © 2019 Nervos Foundation.
NervosDaoExample()
- Constructor for class org.nervos.ckb.
NervosDaoExample
NumberUtils
- Class in
org.nervos.ckb.transaction
Copyright © 2019 Nervos Foundation.
NumberUtils()
- Constructor for class org.nervos.ckb.transaction.
NumberUtils
O
org.nervos.ckb
- package org.nervos.ckb
org.nervos.ckb.transaction
- package org.nervos.ckb.transaction
P
privateKeys
- Variable in class org.nervos.ckb.transaction.
ScriptGroupWithPrivateKeys
R
Receiver
- Class in
org.nervos.ckb.transaction
Copyright © 2019 Nervos Foundation.
Receiver(String, BigInteger)
- Constructor for class org.nervos.ckb.transaction.
Receiver
regionToList(int, int)
- Static method in class org.nervos.ckb.transaction.
NumberUtils
RpcExample
- Class in
org.nervos.ckb
Copyright © 2018 Nervos Foundation.
RpcExample()
- Constructor for class org.nervos.ckb.
RpcExample
S
scriptGroup
- Variable in class org.nervos.ckb.transaction.
ScriptGroupWithPrivateKeys
ScriptGroupWithPrivateKeys
- Class in
org.nervos.ckb.transaction
Copyright © 2019 Nervos Foundation.
ScriptGroupWithPrivateKeys(ScriptGroup, List<String>)
- Constructor for class org.nervos.ckb.transaction.
ScriptGroupWithPrivateKeys
sendCapacity(String, BigInteger, List<String>)
- Static method in class org.nervos.ckb.
MultiSignTransactionExample
SendToMultiSigAddressTxExample
- Class in
org.nervos.ckb
Copyright © 2019 Nervos Foundation.
SendToMultiSigAddressTxExample()
- Constructor for class org.nervos.ckb.
SendToMultiSigAddressTxExample
SingleKeySingleSigTxExample
- Class in
org.nervos.ckb
Copyright © 2019 Nervos Foundation.
SingleKeySingleSigTxExample()
- Constructor for class org.nervos.ckb.
SingleKeySingleSigTxExample
SingleSigWithIndexerTxExample
- Class in
org.nervos.ckb
Copyright © 2019 Nervos Foundation.
SingleSigWithIndexerTxExample()
- Constructor for class org.nervos.ckb.
SingleSigWithIndexerTxExample
A
C
G
I
M
N
O
P
R
S
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes