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 void main​(java.lang.String[] args)
    Note: If you want to use indexer to collect cell quickly, you should call index_lock_hash rpc firstly.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • main

      public static void main​(java.lang.String[] args) throws java.lang.Exception
      Note: 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