config

package
v0.0.0-...-b317f16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 20, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL