Class UpgradeProposalRequest



  • public class UpgradeProposalRequest
    extends TransactionRequest
    Upgrade chaincode proposal request.
    • Method Detail

      • setTransientMap

        public void setTransientMap​(java.util.Map<java.lang.String,byte[]> transientMap)
                             throws InvalidArgumentException
        Transient data added to the proposal that is not added to the ledger.
        Parameters:
        transientMap - Map of strings to bytes that's added to the proposal
        Throws:
        InvalidArgumentException - if the argument is null.