Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ConfigCCEventName is the name of the chaincode event that is published to // indicate that the configuration has changed ConfigCCEventName = "cfgsnap-event" //GeneralMspID is the msp id of generic config GeneralMspID = "general" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PublicKeyForLogging ¶
type PublicKeyForLogging struct { // PublicKey is the public key used for private logging PublicKey string `json:"publickey,omitempty"` // KeyID is the key ID used for private logging KeyID string `json:"keyid,omitempty"` }
PublicKeyForLogging is public key and key id combination used for private logging
Click to show internal directories.
Click to hide internal directories.