Documentation ¶
Index ¶
Constants ¶
View Source
const ( FULLPROCESS = 6 TRAFFIC = 7 OBSERVER = 0 ENDORSEMENT = 4 COMMIT = 3 PROPOSALFILTER = 4 COMMITFILTER = 3 QUERYFILTER = 2 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Crypto ¶
type Crypto interface { protoutil.Signer NewSignatureHeader() (*common.SignatureHeader, error) }
to do for #127 SM crypto just need to do an impl for this interface and replace and impl a function for func (c Config) LoadCrypto() (*CryptoImpl, error) { as generator
type ObserverWorker ¶
Click to show internal directories.
Click to hide internal directories.