public class Default extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
burn(org.hyperledger.fabric.shim.ChaincodeStub stub,
String id) |
static String |
getType(org.hyperledger.fabric.shim.ChaincodeStub stub,
String id) |
static List<String> |
history(org.hyperledger.fabric.shim.ChaincodeStub stub,
String id) |
static boolean |
mint(org.hyperledger.fabric.shim.ChaincodeStub stub,
String id) |
static String |
query(org.hyperledger.fabric.shim.ChaincodeStub stub,
String id) |
static List<String> |
tokenIdsOf(org.hyperledger.fabric.shim.ChaincodeStub stub,
String owner) |
public static boolean mint(org.hyperledger.fabric.shim.ChaincodeStub stub,
String id)
throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionpublic static boolean burn(org.hyperledger.fabric.shim.ChaincodeStub stub,
String id)
throws IOException
IOExceptionpublic static String getType(org.hyperledger.fabric.shim.ChaincodeStub stub, String id) throws IOException
IOExceptionpublic static List<String> tokenIdsOf(org.hyperledger.fabric.shim.ChaincodeStub stub, String owner)
public static String query(org.hyperledger.fabric.shim.ChaincodeStub stub, String id) throws IOException
IOExceptionCopyright © 2020. All rights reserved.