Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stub ¶
type Stub interface {
QueryEnclaveCredentials(stub shim.ChaincodeStubInterface, channelId, chaincodeId, enclaveId string) (*protos.Credentials, error)
}
type StubImpl ¶
type StubImpl struct { }
func (*StubImpl) QueryEnclaveCredentials ¶
func (ercc *StubImpl) QueryEnclaveCredentials(stub shim.ChaincodeStubInterface, channelId, chaincodeId, enclaveId string) (*protos.Credentials, error)
Click to show internal directories.
Click to hide internal directories.