Class BlockchainService

java.lang.Object
com.bitheads.braincloud.services.BlockchainService

public class BlockchainService
extends Object
  • Constructor Details

  • Method Details

    • GetBlockchainItems

      public void GetBlockchainItems​(String in_integrationID, String in_contextJson, IServerCallback callback)
      Retrieves the blockchain items owned by the caller.
      Parameters:
      in_integrationID - The blockchain integration id. Currently only 'default' is supported.
      in_contextJson - Optional. Reserved for future use.
      callback - The callback handler
    • GetUniqs

      public void GetUniqs​(String in_integrationID, String in_contextJson, IServerCallback callback)
      Retrieves the uniqs owned by the caller.
      Parameters:
      in_integrationID - The blockchain integration id. Currently only 'default' is supported.
      in_contextJson - Optional. Reserved for future use.
      callback - The callback handler