Package com.bitheads.braincloud.services
Class BlockchainService
java.lang.Object
com.bitheads.braincloud.services.BlockchainService
public class BlockchainService extends Object
-
Constructor Summary
Constructors Constructor Description BlockchainService(BrainCloudClient client) -
Method Summary
Modifier and Type Method Description voidGetBlockchainItems(String in_integrationID, String in_contextJson, IServerCallback callback)Retrieves the blockchain items owned by the caller.voidGetUniqs(String in_integrationID, String in_contextJson, IServerCallback callback)Retrieves the uniqs owned by the caller.
-
Constructor Details
-
BlockchainService
-
-
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
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
-