A B C D E F G H I J L M N O P R S T U V 

A

address(String) - Method in class me.grapebaba.hyperledger.fabric.models.PeerEndpoint.PeerEndpointBuilder
Set address.
arg(String) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeInput.ChaincodeInputBuilder
Set arg.
args(Collection<? extends String>) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeInput.ChaincodeInputBuilder
Set a set of arg.

B

Block - Class in me.grapebaba.hyperledger.fabric.models
Model of Block.
Block.BlockBuilder - Class in me.grapebaba.hyperledger.fabric.models
Builder of Block.
BlockchainInfo - Class in me.grapebaba.hyperledger.fabric.models
Model of blockchain.
BlockchainInfo.BlockchainInfoBuilder - Class in me.grapebaba.hyperledger.fabric.models
Builder of BlockchainInfo.
build() - Method in class me.grapebaba.hyperledger.fabric.models.Block.BlockBuilder
Build Block.
build() - Method in class me.grapebaba.hyperledger.fabric.models.BlockchainInfo.BlockchainInfoBuilder
Build BlockchainInfo.
build() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeID.ChaincodeIDBuilder
Build ChaincodeID.
build() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeInput.ChaincodeInputBuilder
Build ChaincodeInput.
build() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpPayload.ChaincodeOpPayloadBuilder
Create ChaincodeOpPayload.
build() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpResult.ChaincodeOpResultBuilder
Build ChaincodeOpResult.
build() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeSpec.ChaincodeSpecBuilder
Create ChaincodeSpec.
build() - Method in class me.grapebaba.hyperledger.fabric.models.Error.ErrorBuilder
Build Error.
build() - Method in class me.grapebaba.hyperledger.fabric.models.NonHashData.NonHashDataBuilder
Build NonHashData.
build() - Method in class me.grapebaba.hyperledger.fabric.models.OK.OKBuilder
Build OK.
build() - Method in class me.grapebaba.hyperledger.fabric.models.OK1.OK1Builder
Build OK1.
build() - Method in class me.grapebaba.hyperledger.fabric.models.PeerEndpoint.PeerEndpointBuilder
Build PeerEndpoint.
build() - Method in class me.grapebaba.hyperledger.fabric.models.PeerID.PeerIDBuilder
Build PeerID
build() - Method in class me.grapebaba.hyperledger.fabric.models.PeersMessage.PeersMessageBuilder
Build PeersMessage.
build() - Method in class me.grapebaba.hyperledger.fabric.models.RpcError.RpcErrorBuilder
Build RpcError.
build() - Method in class me.grapebaba.hyperledger.fabric.models.RpcResponse.RpcResponseBuilder
Build RpcResponse.
build() - Method in class me.grapebaba.hyperledger.fabric.models.Secret.SecretBuilder
Build Secret.
build() - Method in class me.grapebaba.hyperledger.fabric.models.Timestamp.TimestampBuilder
Build Timestamp.
build() - Method in class me.grapebaba.hyperledger.fabric.models.Transaction.TransactionBuilder
Build Transaction.
build() - Method in class me.grapebaba.hyperledger.fabric.models.TransactionResult.TransactionResultBuilder
Build TransactionResult.
builder() - Static method in class me.grapebaba.hyperledger.fabric.models.Block
Create block builder.
builder() - Static method in class me.grapebaba.hyperledger.fabric.models.BlockchainInfo
Create BlockchainInfoBuilder.
builder() - Static method in class me.grapebaba.hyperledger.fabric.models.ChaincodeID
Create ChaincodeIDBuilder.
builder() - Static method in class me.grapebaba.hyperledger.fabric.models.ChaincodeInput
Create ChaincodeInputBuilder.
builder() - Static method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpPayload
Create ChaincodeOpPayloadBuilder.
builder() - Static method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpResult
Create ChaincodeOpResultBuilder.
builder() - Static method in class me.grapebaba.hyperledger.fabric.models.ChaincodeSpec
Create ChaincodeSpecBuilder.
builder() - Static method in class me.grapebaba.hyperledger.fabric.models.Error
Create ErrorBuilder.
builder() - Static method in class me.grapebaba.hyperledger.fabric.models.NonHashData
Create NonHashDataBuilder.
builder() - Static method in class me.grapebaba.hyperledger.fabric.models.OK
Create OKBuilder.
builder() - Static method in class me.grapebaba.hyperledger.fabric.models.OK1
Create OK1Builder.
builder() - Static method in class me.grapebaba.hyperledger.fabric.models.PeerEndpoint
Create PeerEndpointBuilder.
builder() - Static method in class me.grapebaba.hyperledger.fabric.models.PeerID
Create PeerIDBuilder.
builder() - Static method in class me.grapebaba.hyperledger.fabric.models.PeersMessage
Create PeersMessageBuilder.
builder() - Static method in class me.grapebaba.hyperledger.fabric.models.RpcError
Create RpcErrorBuilder.
builder() - Static method in class me.grapebaba.hyperledger.fabric.models.RpcResponse
Create RpcResponseBuilder.
builder() - Static method in class me.grapebaba.hyperledger.fabric.models.Secret
Create SecretBuilder.
builder() - Static method in class me.grapebaba.hyperledger.fabric.models.Timestamp
Create TimestampBuilder.
builder() - Static method in class me.grapebaba.hyperledger.fabric.models.Transaction
Create TransactionBuilder.
builder() - Static method in class me.grapebaba.hyperledger.fabric.models.TransactionResult
Create TransactionResultBuilder.

C

cert(String) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction.TransactionBuilder
Set cert.
chaincode(ChaincodeOpPayload) - Method in interface me.grapebaba.hyperledger.fabric.Fabric
Invoke chaincode interface.
ChaincodeID - Class in me.grapebaba.hyperledger.fabric.models
Model of chaincode id.
chaincodeID(ChaincodeID) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeSpec.ChaincodeSpecBuilder
Set chaincodeID
chaincodeID(String) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction.TransactionBuilder
Set chaincodeID.
ChaincodeID.ChaincodeIDBuilder - Class in me.grapebaba.hyperledger.fabric.models
Builder of ChaincodeIDBuilder.
ChaincodeInput - Class in me.grapebaba.hyperledger.fabric.models
Model of chaincode input.
ChaincodeInput.ChaincodeInputBuilder - Class in me.grapebaba.hyperledger.fabric.models
Builder of ChaincodeInput.
ChaincodeOpPayload - Class in me.grapebaba.hyperledger.fabric.models
Model of chaincode operation payload.
ChaincodeOpPayload.ChaincodeOpPayloadBuilder - Class in me.grapebaba.hyperledger.fabric.models
 
ChaincodeOpResult - Class in me.grapebaba.hyperledger.fabric.models
Model of chaincode operation result.
ChaincodeOpResult.ChaincodeOpResultBuilder - Class in me.grapebaba.hyperledger.fabric.models
Builder of ChaincodeOpResult.
ChaincodeSpec - Class in me.grapebaba.hyperledger.fabric.models
Model of chaincode spec.
ChaincodeSpec.ChaincodeSpecBuilder - Class in me.grapebaba.hyperledger.fabric.models
Builder of ChaincodeSpec.
ChaincodeSpec.Type - Enum in me.grapebaba.hyperledger.fabric.models
Chaincode type.
ChaincodeSpecTypeEnumTypeAdapter - Class in me.grapebaba.hyperledger.fabric
TypeAdapter for ChaincodeSpec.Type.
ChaincodeSpecTypeEnumTypeAdapter() - Constructor for class me.grapebaba.hyperledger.fabric.ChaincodeSpecTypeEnumTypeAdapter
 
clearArgs() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeInput.ChaincodeInputBuilder
Clear args.
clearOk() - Method in class me.grapebaba.hyperledger.fabric.models.OK1.OK1Builder
Clear ok.
clearPeers() - Method in class me.grapebaba.hyperledger.fabric.models.PeersMessage.PeersMessageBuilder
Clear peers.
clearTransactionResults() - Method in class me.grapebaba.hyperledger.fabric.models.NonHashData.NonHashDataBuilder
Clear transactionResults.
clearTransactions() - Method in class me.grapebaba.hyperledger.fabric.models.Block.BlockBuilder
Clear transactions.
code(long) - Method in class me.grapebaba.hyperledger.fabric.models.RpcError.RpcErrorBuilder
Set code.
confidentialityLevel(ConfidentialityLevel) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeSpec.ChaincodeSpecBuilder
Set confidentialityLevel.
ConfidentialityLevel - Enum in me.grapebaba.hyperledger.fabric.models
Enum of confidential level.
confidentialityLevel(ConfidentialityLevel) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction.TransactionBuilder
Set confidentialityLevel.
ConfidentialityLevelEnumTypeAdapter - Class in me.grapebaba.hyperledger.fabric
TypeAdapter for ConfidentialityLevel.
ConfidentialityLevelEnumTypeAdapter() - Constructor for class me.grapebaba.hyperledger.fabric.ConfidentialityLevelEnumTypeAdapter
 
confidentialityProtocolVersion(String) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction.TransactionBuilder
Set confidentialityProtocolVersion.
consensusMetadata(String) - Method in class me.grapebaba.hyperledger.fabric.models.Block.BlockBuilder
Set consensusMetadata.
createRegistrar(Secret) - Method in interface me.grapebaba.hyperledger.fabric.Fabric
Create registrar.
ctorMsg(ChaincodeInput) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeSpec.ChaincodeSpecBuilder
Set ctorMsg.
currentBlockHash(String) - Method in class me.grapebaba.hyperledger.fabric.models.BlockchainInfo.BlockchainInfoBuilder
Set currentBlockHash.

D

data(String) - Method in class me.grapebaba.hyperledger.fabric.models.RpcError.RpcErrorBuilder
Set data.
deleteRegistrar(String) - Method in interface me.grapebaba.hyperledger.fabric.Fabric
Delete registrar.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.grapebaba.hyperledger.fabric.ChaincodeSpecTypeEnumTypeAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.grapebaba.hyperledger.fabric.ConfidentialityLevelEnumTypeAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.grapebaba.hyperledger.fabric.PeerEndpointTypeEnumTypeAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.grapebaba.hyperledger.fabric.TransactionTypeEnumTypeAdapter
 

E

enrollId(String) - Method in class me.grapebaba.hyperledger.fabric.models.Secret.SecretBuilder
Set enrollId.
enrollSecret(String) - Method in class me.grapebaba.hyperledger.fabric.models.Secret.SecretBuilder
Set enrollSecret.
equals(Object) - Method in class me.grapebaba.hyperledger.fabric.models.Block
 
equals(Object) - Method in class me.grapebaba.hyperledger.fabric.models.BlockchainInfo
 
equals(Object) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeID
 
equals(Object) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeInput
 
equals(Object) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpPayload
 
equals(Object) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpResult
 
equals(Object) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeSpec
 
equals(Object) - Method in class me.grapebaba.hyperledger.fabric.models.Error
 
equals(Object) - Method in class me.grapebaba.hyperledger.fabric.models.NonHashData
 
equals(Object) - Method in class me.grapebaba.hyperledger.fabric.models.OK
 
equals(Object) - Method in class me.grapebaba.hyperledger.fabric.models.OK1
 
equals(Object) - Method in class me.grapebaba.hyperledger.fabric.models.PeerEndpoint
 
equals(Object) - Method in class me.grapebaba.hyperledger.fabric.models.PeerID
 
equals(Object) - Method in class me.grapebaba.hyperledger.fabric.models.PeersMessage
 
equals(Object) - Method in class me.grapebaba.hyperledger.fabric.models.RpcError
 
equals(Object) - Method in class me.grapebaba.hyperledger.fabric.models.RpcResponse
 
equals(Object) - Method in class me.grapebaba.hyperledger.fabric.models.Secret
 
equals(Object) - Method in class me.grapebaba.hyperledger.fabric.models.Timestamp
 
equals(Object) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
 
equals(Object) - Method in class me.grapebaba.hyperledger.fabric.models.TransactionResult
 
error(RpcError) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpResult.ChaincodeOpResultBuilder
Set error.
Error - Class in me.grapebaba.hyperledger.fabric.models
Model of error.
error(String) - Method in class me.grapebaba.hyperledger.fabric.models.Error.ErrorBuilder
Set error.
error(String) - Method in class me.grapebaba.hyperledger.fabric.models.TransactionResult.TransactionResultBuilder
Set error.
Error.ErrorBuilder - Class in me.grapebaba.hyperledger.fabric.models
Builder of Error.
errorCode(int) - Method in class me.grapebaba.hyperledger.fabric.models.TransactionResult.TransactionResultBuilder
Set errorCode.
ErrorResolver - Class in me.grapebaba.hyperledger.fabric
A utility for resolving error.
ErrorResolver() - Constructor for class me.grapebaba.hyperledger.fabric.ErrorResolver
 

F

Fabric - Interface in me.grapebaba.hyperledger.fabric
API interface of fabric.
fabric(String) - Static method in class me.grapebaba.hyperledger.fabric.Hyperledger
Create fabric API endpoint from base url.
fabric(String, Interceptor...) - Static method in class me.grapebaba.hyperledger.fabric.Hyperledger
Create fabric API endpoint from base url and interceptors.
function(String) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeInput.ChaincodeInputBuilder
Set function.

G

getAddress() - Method in class me.grapebaba.hyperledger.fabric.models.PeerEndpoint
Get address.
getArgs() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeInput
Get args.
getBlock(int) - Method in interface me.grapebaba.hyperledger.fabric.Fabric
Get block.
getBlockchain() - Method in interface me.grapebaba.hyperledger.fabric.Fabric
Get blockchain.
getCert() - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Get cert.
getChaincodeID() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeSpec
Get chaincodeID.
getChaincodeID() - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Get chaincodeID.
getCode() - Method in class me.grapebaba.hyperledger.fabric.models.RpcError
Get code.
getConfidentialityLevel() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeSpec
Get confidentialityLevel.
getConfidentialityLevel() - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Get confidentialityLevel.
getConfidentialityProtocolVersion() - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Get confidentialityProtocolVersion.
getConsensusMetadata() - Method in class me.grapebaba.hyperledger.fabric.models.Block
Get consensusMetadata.
getCtorMsg() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeSpec
Get ctorMsg.
getCurrentBlockHash() - Method in class me.grapebaba.hyperledger.fabric.models.BlockchainInfo
Get currentBlockHash.
getData() - Method in class me.grapebaba.hyperledger.fabric.models.RpcError
Get data.
getEnrollId() - Method in class me.grapebaba.hyperledger.fabric.models.Secret
Get enrollId.
getEnrollSecret() - Method in class me.grapebaba.hyperledger.fabric.models.Secret
Get enrollSecret.
getError() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpResult
Get error.
getError() - Method in class me.grapebaba.hyperledger.fabric.models.Error
Get error.
getError() - Method in class me.grapebaba.hyperledger.fabric.models.TransactionResult
Get error.
getErrorCode() - Method in class me.grapebaba.hyperledger.fabric.models.TransactionResult
Get errorCode.
getFunction() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeInput
Get function.
getHeight() - Method in class me.grapebaba.hyperledger.fabric.models.BlockchainInfo
Get height.
getId() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpPayload
Get id.
getId() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpResult
Get id.
getId() - Method in class me.grapebaba.hyperledger.fabric.models.PeerEndpoint
Get id.
getJsonrpc() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpPayload
Get jsonrpc.
getJsonrpc() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpResult
Get jsonrpc.
getLocalLedgerCommitTimestamp() - Method in class me.grapebaba.hyperledger.fabric.models.NonHashData
Get localLedgerCommitTimestamp.
getMessage() - Method in class me.grapebaba.hyperledger.fabric.models.OK
Get message.
getMessage() - Method in class me.grapebaba.hyperledger.fabric.models.OK1
Get message.
getMessage() - Method in class me.grapebaba.hyperledger.fabric.models.RpcError
Get message.
getMessage() - Method in class me.grapebaba.hyperledger.fabric.models.RpcResponse
Get message.
getMetadata() - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Get metadata.
getMethod() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpPayload
Get method.
getName() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeID
Get name.
getName() - Method in class me.grapebaba.hyperledger.fabric.models.PeerID
Get name.
getNanos() - Method in class me.grapebaba.hyperledger.fabric.models.Timestamp
Get nanos.
getNetworkPeers() - Method in interface me.grapebaba.hyperledger.fabric.Fabric
Get network peers.
getNonce() - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Get nonce.
getNonHashData() - Method in class me.grapebaba.hyperledger.fabric.models.Block
Get nonHashData.
getOk() - Method in class me.grapebaba.hyperledger.fabric.models.OK
Get ok.
getOk() - Method in class me.grapebaba.hyperledger.fabric.models.OK1
Get ok.
getParams() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpPayload
Get params.
getPath() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeID
Get path.
getPayload() - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Get payload.
getPeers() - Method in class me.grapebaba.hyperledger.fabric.models.PeersMessage
Get peers.
getPkiID() - Method in class me.grapebaba.hyperledger.fabric.models.PeerEndpoint
Get pkiID.
getPreviousBlockHash() - Method in class me.grapebaba.hyperledger.fabric.models.Block
Get previousBlockHash.
getPreviousBlockHash() - Method in class me.grapebaba.hyperledger.fabric.models.BlockchainInfo
Get previousBlockHash.
getRegistrar(String) - Method in interface me.grapebaba.hyperledger.fabric.Fabric
Get registrar.
getRegistrarECERT(String) - Method in interface me.grapebaba.hyperledger.fabric.Fabric
Get registrar ecert.
getRegistrarTCERT(String) - Method in interface me.grapebaba.hyperledger.fabric.Fabric
Get registrar tcert.
getResult() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpResult
Get result.
getResult() - Method in class me.grapebaba.hyperledger.fabric.models.TransactionResult
Get result.
getSeconds() - Method in class me.grapebaba.hyperledger.fabric.models.Timestamp
Get seconds.
getSecureContext() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeSpec
Get secureContext.
getSignature() - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Get signature.
getStateHash() - Method in class me.grapebaba.hyperledger.fabric.models.Block
Get stateHash.
getStatus() - Method in class me.grapebaba.hyperledger.fabric.models.RpcResponse
Get status.
getTimestamp() - Method in class me.grapebaba.hyperledger.fabric.models.Block
Get timestamp.
getTimestamp() - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Get timestamp.
getToValidators() - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Get toValidators.
getTransaction(String) - Method in interface me.grapebaba.hyperledger.fabric.Fabric
Get transaction.
getTransactionResults() - Method in class me.grapebaba.hyperledger.fabric.models.NonHashData
Get transactionResults.
getTransactions() - Method in class me.grapebaba.hyperledger.fabric.models.Block
Get transactions.
getTransactionsHash() - Method in class me.grapebaba.hyperledger.fabric.models.Block
Get transactionsHash.
getType() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeSpec
Get type.
getType() - Method in class me.grapebaba.hyperledger.fabric.models.PeerEndpoint
Get type.
getType() - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Get type.
getUuid() - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Get uuid.
getUuid() - Method in class me.grapebaba.hyperledger.fabric.models.TransactionResult
Get uuid.

H

hashCode() - Method in class me.grapebaba.hyperledger.fabric.models.Block
 
hashCode() - Method in class me.grapebaba.hyperledger.fabric.models.BlockchainInfo
 
hashCode() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeID
 
hashCode() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeInput
 
hashCode() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpPayload
 
hashCode() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpResult
 
hashCode() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeSpec
 
hashCode() - Method in class me.grapebaba.hyperledger.fabric.models.Error
 
hashCode() - Method in class me.grapebaba.hyperledger.fabric.models.NonHashData
 
hashCode() - Method in class me.grapebaba.hyperledger.fabric.models.OK
 
hashCode() - Method in class me.grapebaba.hyperledger.fabric.models.OK1
 
hashCode() - Method in class me.grapebaba.hyperledger.fabric.models.PeerEndpoint
 
hashCode() - Method in class me.grapebaba.hyperledger.fabric.models.PeerID
 
hashCode() - Method in class me.grapebaba.hyperledger.fabric.models.PeersMessage
 
hashCode() - Method in class me.grapebaba.hyperledger.fabric.models.RpcError
 
hashCode() - Method in class me.grapebaba.hyperledger.fabric.models.RpcResponse
 
hashCode() - Method in class me.grapebaba.hyperledger.fabric.models.Secret
 
hashCode() - Method in class me.grapebaba.hyperledger.fabric.models.Timestamp
 
hashCode() - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
 
hashCode() - Method in class me.grapebaba.hyperledger.fabric.models.TransactionResult
 
height(long) - Method in class me.grapebaba.hyperledger.fabric.models.BlockchainInfo.BlockchainInfoBuilder
Set height.
Hyperledger - Class in me.grapebaba.hyperledger.fabric
A utility for creating api endpoints.
Hyperledger() - Constructor for class me.grapebaba.hyperledger.fabric.Hyperledger
 

I

id(long) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpPayload.ChaincodeOpPayloadBuilder
Set id.
id(long) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpResult.ChaincodeOpResultBuilder
Set id.
id(PeerID) - Method in class me.grapebaba.hyperledger.fabric.models.PeerEndpoint.PeerEndpointBuilder
Set id.

J

jsonrpc(String) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpPayload.ChaincodeOpPayloadBuilder
Set jsonrpc.
jsonrpc(String) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpResult.ChaincodeOpResultBuilder
Set jsonrpc.

L

localLedgerCommitTimestamp(Timestamp) - Method in class me.grapebaba.hyperledger.fabric.models.NonHashData.NonHashDataBuilder
Set localLedgerCommitTimestamp.

M

me.grapebaba.hyperledger.fabric - package me.grapebaba.hyperledger.fabric
Hyperledger fabric service.
me.grapebaba.hyperledger.fabric.models - package me.grapebaba.hyperledger.fabric.models
Models of hyperledger fabric.
message(String) - Method in class me.grapebaba.hyperledger.fabric.models.OK.OKBuilder
Get message.
message(String) - Method in class me.grapebaba.hyperledger.fabric.models.OK1.OK1Builder
Set message.
message(String) - Method in class me.grapebaba.hyperledger.fabric.models.RpcError.RpcErrorBuilder
Set message.
message(String) - Method in class me.grapebaba.hyperledger.fabric.models.RpcResponse.RpcResponseBuilder
Set message.
metadata(String) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction.TransactionBuilder
Set metadata.
method(String) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpPayload.ChaincodeOpPayloadBuilder
Set method.

N

name(String) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeID.ChaincodeIDBuilder
Set name.
name(String) - Method in class me.grapebaba.hyperledger.fabric.models.PeerID.PeerIDBuilder
Set name.
nanos(int) - Method in class me.grapebaba.hyperledger.fabric.models.Timestamp.TimestampBuilder
Set nanos.
nonce(String) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction.TransactionBuilder
Set nonce.
nonHashData(NonHashData) - Method in class me.grapebaba.hyperledger.fabric.models.Block.BlockBuilder
Set nonHashData
NonHashData - Class in me.grapebaba.hyperledger.fabric.models
Model of non-hash data.
NonHashData.NonHashDataBuilder - Class in me.grapebaba.hyperledger.fabric.models
Builder of NonHashData.

O

OK - Class in me.grapebaba.hyperledger.fabric.models
Model of OK.
ok(String) - Method in class me.grapebaba.hyperledger.fabric.models.OK.OKBuilder
Get ok.
ok(String) - Method in class me.grapebaba.hyperledger.fabric.models.OK1.OK1Builder
Set ok.
ok(Collection<? extends String>) - Method in class me.grapebaba.hyperledger.fabric.models.OK1.OK1Builder
Set ok.
OK.OKBuilder - Class in me.grapebaba.hyperledger.fabric.models
Builder of OK.
OK1 - Class in me.grapebaba.hyperledger.fabric.models
Model of OK1.
OK1.OK1Builder - Class in me.grapebaba.hyperledger.fabric.models
Builder of OK1.

P

params(ChaincodeSpec) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpPayload.ChaincodeOpPayloadBuilder
Set params.
path(String) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeID.ChaincodeIDBuilder
Set path.
payload(String) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction.TransactionBuilder
Set payload.
peer(PeerEndpoint) - Method in class me.grapebaba.hyperledger.fabric.models.PeersMessage.PeersMessageBuilder
Set peer.
PeerEndpoint - Class in me.grapebaba.hyperledger.fabric.models
Model of peer endpoint.
PeerEndpoint.PeerEndpointBuilder - Class in me.grapebaba.hyperledger.fabric.models
Builder of PeerEndpoint.
PeerEndpoint.Type - Enum in me.grapebaba.hyperledger.fabric.models
Peer endpoint type.
PeerEndpointTypeEnumTypeAdapter - Class in me.grapebaba.hyperledger.fabric
TypeAdapter for PeerEndpoint.Type.
PeerEndpointTypeEnumTypeAdapter() - Constructor for class me.grapebaba.hyperledger.fabric.PeerEndpointTypeEnumTypeAdapter
 
PeerID - Class in me.grapebaba.hyperledger.fabric.models
Model of peer id.
PeerID.PeerIDBuilder - Class in me.grapebaba.hyperledger.fabric.models
Builder of PeerID
peers(Collection<? extends PeerEndpoint>) - Method in class me.grapebaba.hyperledger.fabric.models.PeersMessage.PeersMessageBuilder
Set a set of peer.
PeersMessage - Class in me.grapebaba.hyperledger.fabric.models
Model of peers message.
PeersMessage.PeersMessageBuilder - Class in me.grapebaba.hyperledger.fabric.models
Builder of PeersMessage.
pkiID(String) - Method in class me.grapebaba.hyperledger.fabric.models.PeerEndpoint.PeerEndpointBuilder
Set pkiID.
previousBlockHash(String) - Method in class me.grapebaba.hyperledger.fabric.models.Block.BlockBuilder
Set previousBlockHash.
previousBlockHash(String) - Method in class me.grapebaba.hyperledger.fabric.models.BlockchainInfo.BlockchainInfoBuilder
Set previousBlockHash.

R

resolve(Throwable, Class<T>) - Static method in class me.grapebaba.hyperledger.fabric.ErrorResolver
Resolve error.
result(RpcResponse) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpResult.ChaincodeOpResultBuilder
Set result.
result(String) - Method in class me.grapebaba.hyperledger.fabric.models.TransactionResult.TransactionResultBuilder
Set result.
RpcError - Class in me.grapebaba.hyperledger.fabric.models
Model of rpc error.
RpcError.RpcErrorBuilder - Class in me.grapebaba.hyperledger.fabric.models
Builder of RpcError.
RpcResponse - Class in me.grapebaba.hyperledger.fabric.models
Model of rpc response
RpcResponse.RpcResponseBuilder - Class in me.grapebaba.hyperledger.fabric.models
Builder of RpcResponse.

S

seconds(long) - Method in class me.grapebaba.hyperledger.fabric.models.Timestamp.TimestampBuilder
Set seconds.
Secret - Class in me.grapebaba.hyperledger.fabric.models
Model of secret.
Secret.SecretBuilder - Class in me.grapebaba.hyperledger.fabric.models
Builder of Secret.
secureContext(String) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeSpec.ChaincodeSpecBuilder
Set secureContext.
serialize(ChaincodeSpec.Type, Type, JsonSerializationContext) - Method in class me.grapebaba.hyperledger.fabric.ChaincodeSpecTypeEnumTypeAdapter
 
serialize(ConfidentialityLevel, Type, JsonSerializationContext) - Method in class me.grapebaba.hyperledger.fabric.ConfidentialityLevelEnumTypeAdapter
 
serialize(PeerEndpoint.Type, Type, JsonSerializationContext) - Method in class me.grapebaba.hyperledger.fabric.PeerEndpointTypeEnumTypeAdapter
 
serialize(Transaction.Type, Type, JsonSerializationContext) - Method in class me.grapebaba.hyperledger.fabric.TransactionTypeEnumTypeAdapter
 
setAddress(String) - Method in class me.grapebaba.hyperledger.fabric.models.PeerEndpoint
Set address.
setArgs(List<String>) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeInput
Set args.
setCert(String) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Set cert.
setChaincodeID(ChaincodeID) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeSpec
Set chaincodeID.
setChaincodeID(String) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Set chaincodeID.
setCode(long) - Method in class me.grapebaba.hyperledger.fabric.models.RpcError
Set code.
setConfidentialityLevel(ConfidentialityLevel) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeSpec
Set confidentialityLevel.
setConfidentialityLevel(ConfidentialityLevel) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Set confidentialityLevel.
setConfidentialityProtocolVersion(String) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Set confidentialityProtocolVersion.
setConsensusMetadata(String) - Method in class me.grapebaba.hyperledger.fabric.models.Block
Set consensusMetadata.
setCtorMsg(ChaincodeInput) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeSpec
Set ctorMsg.
setCurrentBlockHash(String) - Method in class me.grapebaba.hyperledger.fabric.models.BlockchainInfo
Set currentBlockHash.
setData(String) - Method in class me.grapebaba.hyperledger.fabric.models.RpcError
Set data.
setEnrollId(String) - Method in class me.grapebaba.hyperledger.fabric.models.Secret
Set enrollId.
setEnrollSecret(String) - Method in class me.grapebaba.hyperledger.fabric.models.Secret
Set enrollSecret.
setError(RpcError) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpResult
Set error.
setError(String) - Method in class me.grapebaba.hyperledger.fabric.models.Error
Set error.
setError(String) - Method in class me.grapebaba.hyperledger.fabric.models.TransactionResult
Set error.
setErrorCode(int) - Method in class me.grapebaba.hyperledger.fabric.models.TransactionResult
Set errorCode.
setFunction(String) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeInput
Set function.
setHeight(long) - Method in class me.grapebaba.hyperledger.fabric.models.BlockchainInfo
Set height.
setId(long) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpPayload
Set id.
setId(long) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpResult
Set id.
setId(PeerID) - Method in class me.grapebaba.hyperledger.fabric.models.PeerEndpoint
Set id.
setJsonrpc(String) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpPayload
Set jsonrpc.
setJsonrpc(String) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpResult
Set jsonrpc.
setLocalLedgerCommitTimestamp(Timestamp) - Method in class me.grapebaba.hyperledger.fabric.models.NonHashData
Set localLedgerCommitTimestamp.
setMessage(String) - Method in class me.grapebaba.hyperledger.fabric.models.OK
Set message.
setMessage(String) - Method in class me.grapebaba.hyperledger.fabric.models.OK1
Set message.
setMessage(String) - Method in class me.grapebaba.hyperledger.fabric.models.RpcError
Set message.
setMessage(String) - Method in class me.grapebaba.hyperledger.fabric.models.RpcResponse
Set message.
setMetadata(String) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Set metadata.
setMethod(String) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpPayload
Set method.
setName(String) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeID
Set name.
setName(String) - Method in class me.grapebaba.hyperledger.fabric.models.PeerID
Set name.
setNanos(int) - Method in class me.grapebaba.hyperledger.fabric.models.Timestamp
Set nanos.
setNonce(String) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Set nonce.
setNonHashData(NonHashData) - Method in class me.grapebaba.hyperledger.fabric.models.Block
Set nonHashData.
setOk(String) - Method in class me.grapebaba.hyperledger.fabric.models.OK
Set ok.
setOk(List<String>) - Method in class me.grapebaba.hyperledger.fabric.models.OK1
Set ok.
setParams(ChaincodeSpec) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpPayload
Set params.
setPath(String) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeID
Set path.
setPayload(String) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Set payload.
setPeers(List<PeerEndpoint>) - Method in class me.grapebaba.hyperledger.fabric.models.PeersMessage
Set peers.
setPkiID(String) - Method in class me.grapebaba.hyperledger.fabric.models.PeerEndpoint
Set pkiID.
setPreviousBlockHash(String) - Method in class me.grapebaba.hyperledger.fabric.models.Block
Set previousBlockHash.
setPreviousBlockHash(String) - Method in class me.grapebaba.hyperledger.fabric.models.BlockchainInfo
Set previousBlockHash.
setResult(RpcResponse) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpResult
Set result.
setResult(String) - Method in class me.grapebaba.hyperledger.fabric.models.TransactionResult
Set result.
setSeconds(long) - Method in class me.grapebaba.hyperledger.fabric.models.Timestamp
Set seconds.
setSecureContext(String) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeSpec
Set secureContext.
setSignature(String) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Set signature.
setStateHash(String) - Method in class me.grapebaba.hyperledger.fabric.models.Block
Set stateHash.
setStatus(String) - Method in class me.grapebaba.hyperledger.fabric.models.RpcResponse
Get status.
setTimestamp(Timestamp) - Method in class me.grapebaba.hyperledger.fabric.models.Block
Set timestamp.
setTimestamp(Timestamp) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Set timestamp.
setToValidators(String) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Set toValidators.
setTransactionResults(List<TransactionResult>) - Method in class me.grapebaba.hyperledger.fabric.models.NonHashData
Set a set of transactionResult.
setTransactions(List<Transaction>) - Method in class me.grapebaba.hyperledger.fabric.models.Block
Set a set of transaction.
setTransactionsHash(String) - Method in class me.grapebaba.hyperledger.fabric.models.Block
Set transactionsHash.
setType(ChaincodeSpec.Type) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeSpec
Set type.
setType(PeerEndpoint.Type) - Method in class me.grapebaba.hyperledger.fabric.models.PeerEndpoint
Set type.
setType(Transaction.Type) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Set type.
setUuid(String) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
Set uuid.
setUuid(String) - Method in class me.grapebaba.hyperledger.fabric.models.TransactionResult
Set uuid.
signature(String) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction.TransactionBuilder
Set signature.
stateHash(String) - Method in class me.grapebaba.hyperledger.fabric.models.Block.BlockBuilder
Set stateHash.
status(String) - Method in class me.grapebaba.hyperledger.fabric.models.RpcResponse.RpcResponseBuilder
Set status.

T

timestamp(Timestamp) - Method in class me.grapebaba.hyperledger.fabric.models.Block.BlockBuilder
Set timestamp.
Timestamp - Class in me.grapebaba.hyperledger.fabric.models
Model of timestamp.
timestamp(Timestamp) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction.TransactionBuilder
Set timestamp.
Timestamp.TimestampBuilder - Class in me.grapebaba.hyperledger.fabric.models
Builder of Timestamp.
toString() - Method in class me.grapebaba.hyperledger.fabric.models.Block.BlockBuilder
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.Block
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.BlockchainInfo.BlockchainInfoBuilder
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.BlockchainInfo
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeID.ChaincodeIDBuilder
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeID
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeInput.ChaincodeInputBuilder
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeInput
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpPayload.ChaincodeOpPayloadBuilder
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpPayload
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpResult.ChaincodeOpResultBuilder
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeOpResult
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeSpec.ChaincodeSpecBuilder
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeSpec
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.Error.ErrorBuilder
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.Error
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.NonHashData.NonHashDataBuilder
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.NonHashData
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.OK.OKBuilder
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.OK
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.OK1.OK1Builder
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.OK1
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.PeerEndpoint.PeerEndpointBuilder
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.PeerEndpoint
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.PeerID.PeerIDBuilder
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.PeerID
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.PeersMessage.PeersMessageBuilder
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.PeersMessage
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.RpcError.RpcErrorBuilder
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.RpcError
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.RpcResponse.RpcResponseBuilder
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.RpcResponse
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.Secret.SecretBuilder
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.Secret
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.Timestamp.TimestampBuilder
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.Timestamp
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.Transaction
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.Transaction.TransactionBuilder
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.TransactionResult
 
toString() - Method in class me.grapebaba.hyperledger.fabric.models.TransactionResult.TransactionResultBuilder
 
toValidators(String) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction.TransactionBuilder
Set toValidators.
transaction(Transaction) - Method in class me.grapebaba.hyperledger.fabric.models.Block.BlockBuilder
Set transaction.
Transaction - Class in me.grapebaba.hyperledger.fabric.models
Model of transaction.
Transaction.TransactionBuilder - Class in me.grapebaba.hyperledger.fabric.models
Builder of Transaction.
Transaction.Type - Enum in me.grapebaba.hyperledger.fabric.models
Model of transaction type.
transactionResult(TransactionResult) - Method in class me.grapebaba.hyperledger.fabric.models.NonHashData.NonHashDataBuilder
Set transactionResult.
TransactionResult - Class in me.grapebaba.hyperledger.fabric.models
Model of transaction result.
TransactionResult.TransactionResultBuilder - Class in me.grapebaba.hyperledger.fabric.models
Builder of TransactionResult.
transactionResults(Collection<? extends TransactionResult>) - Method in class me.grapebaba.hyperledger.fabric.models.NonHashData.NonHashDataBuilder
Set a set of transactionResult.
transactions(Collection<? extends Transaction>) - Method in class me.grapebaba.hyperledger.fabric.models.Block.BlockBuilder
Set a set of transaction.
transactionsHash(String) - Method in class me.grapebaba.hyperledger.fabric.models.Block.BlockBuilder
Set transactionsHash.
TransactionTypeEnumTypeAdapter - Class in me.grapebaba.hyperledger.fabric
TypeAdapter for Transaction.Type.
TransactionTypeEnumTypeAdapter() - Constructor for class me.grapebaba.hyperledger.fabric.TransactionTypeEnumTypeAdapter
 
type(ChaincodeSpec.Type) - Method in class me.grapebaba.hyperledger.fabric.models.ChaincodeSpec.ChaincodeSpecBuilder
Set type.
type(PeerEndpoint.Type) - Method in class me.grapebaba.hyperledger.fabric.models.PeerEndpoint.PeerEndpointBuilder
Set type.
type(Transaction.Type) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction.TransactionBuilder
Set type.

U

uuid(String) - Method in class me.grapebaba.hyperledger.fabric.models.Transaction.TransactionBuilder
Set uuid.
uuid(String) - Method in class me.grapebaba.hyperledger.fabric.models.TransactionResult.TransactionResultBuilder
Set uuid.

V

valueOf(String) - Static method in enum me.grapebaba.hyperledger.fabric.models.ChaincodeSpec.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.grapebaba.hyperledger.fabric.models.ConfidentialityLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.grapebaba.hyperledger.fabric.models.PeerEndpoint.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.grapebaba.hyperledger.fabric.models.Transaction.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum me.grapebaba.hyperledger.fabric.models.ChaincodeSpec.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.grapebaba.hyperledger.fabric.models.ConfidentialityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.grapebaba.hyperledger.fabric.models.PeerEndpoint.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.grapebaba.hyperledger.fabric.models.Transaction.Type
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J L M N O P R S T U V