package
1.0.5
Repository: https://github.com/hyperledger-labs/cckit.git
Documentation: pkg.go.dev

# README

Payment - chaincode examples with encrypted state

# Packages

No description provided by the author

# Functions

Chaincode WITH schema mapping and required encrypting.
NewEncryptOnDemandPaymentCC Chaincode WITH schema mapping and encrypting data on demand (if encrypting key is provided in transient map).
NewEncryptPaymentCC Chaincode with required encrypting (encrypting key must be provided in transient map) WITHOUT mapping.

# Constants

No description provided by the author

# Variables

Event mappings.
state.list() method will return marshaled protobuf schema.PaymentList.