mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
Signed-off-by: Renjith K N <renjithkn@gmail.com>.
ERC 721 implementation of java chaincode. Signed-off-by: renjithkn@gmail.com <renjithkn@gmail.com> Signed-off-by: renjithpta <renjithkn@gmail.com>
This commit is contained in:
parent
c712d9333d
commit
3873cf74c8
3 changed files with 521 additions and 520 deletions
|
|
@ -5,7 +5,8 @@
|
|||
package org.hyperledger.fabric.samples.erc721;
|
||||
|
||||
import static java.nio.charset.StandardCharsets.UTF_8;
|
||||
import static org.hyperledger.fabric.samples.ertc721.utils.ContractUtility.stringIsNullOrEmpty;
|
||||
import static org.hyperledger.fabric.samples.erc721.utils.ContractUtility.stringIsNullOrEmpty;
|
||||
|
||||
import java.util.stream.StreamSupport;
|
||||
import org.hyperledger.fabric.contract.Context;
|
||||
import org.hyperledger.fabric.contract.ContractInterface;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
package org.hyperledger.fabric.samples.ertc721.utils;
|
||||
package org.hyperledger.fabric.samples.erc721.utils;
|
||||
/**
|
||||
*
|
||||
* @author Renjith
|
||||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue