package
0.1.0
Repository: https://github.com/openblockchain/obc-peer.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

CloseAllClients closes all the clients initialized so far.
CloseAllPeers closes all the peers initialized so far.
CloseAllValidators closes all the validators initialized so far.
CloseClient releases all the resources allocated by clients.
ClosePeer releases all the resources allocated by peers.
CloseValidator releases all the resources allocated by the validator.
InitClient initializes a client named name with password pwd.
InitPeer initializes a peer named name with password pwd.
InitValidator initializes a validator named name with password pwd.
RegisterClient registers a client to the PKI infrastructure.
RegisterPeer registers a peer to the PKI infrastructure.
RegisterValidator registers a validator to the PKI infrastructure.

# Constants

No description provided by the author

# Variables

ECertSubjectRole is the ASN1 object identifier of the subject's role.

# Interfaces

CertificateHandler exposes methods to deal with an ECert/TCert.
Client is an entity able to deploy and invoke chaincode.
Entity represents a crypto object having a name.
Peer is an entity able to verify transactions.
StateEncryptor is used to encrypt chaincode's state.
TransactionHandler represents a single transaction that can be named by the output of the GetBinding method.