Index
A C G H M N O P R S U
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
C
- capacity - Variable in class org.nervos.ckb.transaction.Receiver
- CellBlockIterator - Class in org.nervos.ckb.transaction
-
Copyright © 2020 Nervos Foundation.
- CellIndexerIterator - Class in org.nervos.ckb.transaction
-
Copyright © 2020 Nervos Foundation.
- changeUdtAmount - Variable in class org.nervos.ckb.udt.UDTCollectResult
- collectInputs(List<String>, Transaction, BigInteger, int) - Method in class org.nervos.ckb.transaction.CollectUtils
- collectInputs(List<String>, Transaction, BigInteger, int, boolean, long) - Method in class org.nervos.ckb.transaction.CollectUtils
- collectInputs(List<String>, Transaction, BigInteger, int, String, BigInteger) - Method in class org.nervos.ckb.udt.UDTCellCollector
- collectInputsWithIndexer(List<String>, Transaction, BigInteger, int) - Method in class org.nervos.ckb.transaction.CollectUtils
- collectInputsWithIndexer(List<String>, Transaction, BigInteger, int, boolean) - Method in class org.nervos.ckb.transaction.CollectUtils
- CollectUtils - Class in org.nervos.ckb.transaction
-
Copyright © 2019 Nervos Foundation.
- CollectUtils(Api) - 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.CollectUtils
- getCapacityWithAddress(String, boolean) - Method in class org.nervos.ckb.transaction.CollectUtils
- getMultiSigBalance() - Static method in class org.nervos.ckb.MultiSignTransactionExample
- getTipBlockNumber() - Method in class org.nervos.ckb.RpcExample
- getUdtBalanceWithAddress(String, String) - Method in class org.nervos.ckb.udt.UDTCellCollector
- getUdtBalanceWithLockHash(String, String) - Method in class org.nervos.ckb.udt.UDTCellCollector
H
- hasNext() - Method in class org.nervos.ckb.transaction.CellBlockIterator
- hasNext() - Method in class org.nervos.ckb.transaction.CellIndexerIterator
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.
- main(String[]) - Static method in class org.nervos.ckb.SUDTExample
- 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
- next() - Method in class org.nervos.ckb.transaction.CellBlockIterator
- next() - Method in class org.nervos.ckb.transaction.CellIndexerIterator
- 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
- org.nervos.ckb.udt - package org.nervos.ckb.udt
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
- SUDTExample - Class in org.nervos.ckb
-
Copyright © 2020 Nervos Foundation.
- SUDTExample() - Constructor for class org.nervos.ckb.SUDTExample
U
- UDTCellCollector - Class in org.nervos.ckb.udt
-
Copyright © 2020 Nervos Foundation.
- UDTCellCollector(Api) - Constructor for class org.nervos.ckb.udt.UDTCellCollector
- UDTCollectResult - Class in org.nervos.ckb.udt
-
Copyright © 2020 Nervos Foundation.
- UDTCollectResult(List<CellsWithAddress>, String, BigInteger) - Constructor for class org.nervos.ckb.udt.UDTCollectResult
All Classes|All Packages