Skip to content

Commit

Permalink
Added code for quorum
Browse files Browse the repository at this point in the history
Signed-off-by: jagpreetsinghsasan <[email protected]>
  • Loading branch information
jagpreetsinghsasan committed Dec 12, 2023
1 parent ceab6f6 commit ac8afaf
Show file tree
Hide file tree
Showing 9 changed files with 289 additions and 275 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@
}
}
},
"DeployContractSolidityBytecodeJsonObjectV1Request": {
"DeployContractSolidityBytecodeWithoutKeychainV1Request": {
"type": "object",
"required": ["web3SigningCredential", "contractJSON"],
"additionalProperties": false,
Expand Down Expand Up @@ -690,7 +690,7 @@
}
}
},
"InvokeContractJsonObjectV1Request": {
"InvokeContractWithoutKeychainV1Request": {
"type": "object",
"required": [
"web3SigningCredential",
Expand Down Expand Up @@ -1201,22 +1201,22 @@
}
}
},
"/api/v1/plugins/@hyperledger/cactus-plugin-ledger-connector-quorum/deploy-contract-solidity-bytecode-json-object": {
"/api/v1/plugins/@hyperledger/cactus-plugin-ledger-connector-quorum/deploy-contract-solidity-bytecode-without-keychain": {
"post": {
"x-hyperledger-cactus": {
"http": {
"verbLowerCase": "post",
"path": "/api/v1/plugins/@hyperledger/cactus-plugin-ledger-connector-quorum/deploy-contract-solidity-bytecode-json-object"
"path": "/api/v1/plugins/@hyperledger/cactus-plugin-ledger-connector-quorum/deploy-contract-solidity-bytecode-without-keychain"
}
},
"operationId": "deployContractSolBytecodeJsonObjectV1",
"operationId": "deployContractSolBytecodeWithoutKeychainV1",
"summary": "Deploys the bytecode of a Solidity contract.",
"parameters": [],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/DeployContractSolidityBytecodeJsonObjectV1Request"
"$ref": "#/components/schemas/DeployContractSolidityBytecodeWithoutKeychainV1Request"
}
}
}
Expand Down Expand Up @@ -1303,22 +1303,22 @@
}
}
},
"/api/v1/plugins/@hyperledger/cactus-plugin-ledger-connector-quorum/invoke-contract-json-object": {
"/api/v1/plugins/@hyperledger/cactus-plugin-ledger-connector-quorum/invoke-contract-without-keychain": {
"post": {
"x-hyperledger-cactus": {
"http": {
"verbLowerCase": "post",
"path": "/api/v1/plugins/@hyperledger/cactus-plugin-ledger-connector-quorum/invoke-contract-json-object"
"path": "/api/v1/plugins/@hyperledger/cactus-plugin-ledger-connector-quorum/invoke-contract-without-keychain"
}
},
"operationId": "invokeContractV1NoKeychain",
"operationId": "invokeContractV1WithoutKeychain",
"summary": "Invokes a contract on a besu ledger",
"parameters": [],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/InvokeContractJsonObjectV1Request"
"$ref": "#/components/schemas/InvokeContractWithoutKeychainV1Request"
}
}
}
Expand Down
Loading

0 comments on commit ac8afaf

Please sign in to comment.