Package org.nervos.ckb
Class SingleSigWithIndexerTxExample
java.lang.Object
org.nervos.ckb.SingleSigWithIndexerTxExample
public class SingleSigWithIndexerTxExample
extends java.lang.Object
Copyright © 2019 Nervos Foundation. All rights reserved.
-
Constructor Summary
Constructors Constructor Description SingleSigWithIndexerTxExample() -
Method Summary
Modifier and Type Method Description static voidmain(java.lang.String[] args)Note: If you want to use indexer to collect cell quickly, you should call index_lock_hash rpc firstly.
-
Constructor Details
-
SingleSigWithIndexerTxExample
public SingleSigWithIndexerTxExample()
-
-
Method Details
-
main
public static void main(java.lang.String[] args) throws java.lang.ExceptionNote: If you want to use indexer to collect cell quickly, you should call index_lock_hash rpc firstly. CKB needs time to execute tagging to live cells, so we suggest that if you want to collect live cells, you should await some time after calling index_lock_hash rpc.- Throws:
java.lang.Exception
-