What function in chaincode will be used to store a state on the blockchain ledger?
ChaincodeStubInterface.getFunctionAndParameters
ChaincodelLedgerInterface.PlaceState
ChaincodeStubInterface.PlaceState
ChaincodeStubInterface.PutState
ChaincodeLedgerInterfaceStoreState
References:
Submit