Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IdentityIdentifierHashFunction ¶
type IdentityIdentifierHashFunction string
const ( SHA256 IdentityIdentifierHashFunction = "SHA256" SHA384 IdentityIdentifierHashFunction = "SHA384" SHA3_256 IdentityIdentifierHashFunction = "SHA_256" SHA3_384 IdentityIdentifierHashFunction = "SHA_384" )
type OrdererConfig ¶
type OrdererConfig struct { comm.SecureServerConfig Address string Port int KeyStore []byte SignCert []byte IdentityIdentifierHashFunction IdentityIdentifierHashFunction MspId string }
Note: If you change order here, update cmd/utils.go
Click to show internal directories.
Click to hide internal directories.