Add files via upload

This commit is contained in:
JMP2590 2022-05-17 12:18:51 -05:00 committed by GitHub
parent 16fb9ac8c0
commit eb3f922a3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

1
.github/fireflyerc20.swagger 2.json vendored Normal file
View File

@ -0,0 +1 @@
{"schemes":["https"],"swagger":"2.0","info":{"title":"fireflyerc20","version":"1.0"},"host":"u0g0gkmhqx-u0mhb9glcz-connect.us0-aws.kaleido.io","basePath":"/gateways/fireflyerc20","paths":{"/":{"post":{"consumes":["application/json","application/x-yaml"],"produces":["application/json"],"summary":"constructor(string,string)","operationId":"constructor_post","parameters":[{"name":"body","in":"body","required":true,"schema":{"$ref":"#/definitions/constructor_inputs"}},{"$ref":"#/parameters/idParam"},{"$ref":"#/parameters/fromParam"},{"$ref":"#/parameters/valueParam"},{"$ref":"#/parameters/gasParam"},{"$ref":"#/parameters/gaspriceParam"},{"$ref":"#/parameters/syncParam"},{"$ref":"#/parameters/callParam"},{"$ref":"#/parameters/privateFromParam"},{"$ref":"#/parameters/privateForParam"},{"$ref":"#/parameters/blocknumberParam"},{"$ref":"#/parameters/acktypeParam"},{"$ref":"#/parameters/privacyGroupIdParam"},{"$ref":"#/parameters/registerParam"}],"responses":{"200":{"description":"successful response","schema":{"$ref":"#/definitions/constructor_outputs"}},"default":{"description":"error","schema":{"$ref":"#/definitions/error"}}}}}},"definitions":{"constructor_inputs":{"type":"object","properties":{"name":{"description":"string","type":"string"},"symbol":{"description":"string","type":"string"}}},"constructor_outputs":{"type":"object"},"error":{"properties":{"error":{"description":"Error message","type":"string"}}}},"parameters":{"acktypeParam":{"type":"string","description":"Set to 'receipt' to store a receipt before acknowledging an async request (header: x-kaleido-acktype)","name":"kld-acktype","in":"query","allowEmptyValue":true},"blocknumberParam":{"type":"string","description":"The target block number for eth_call requests. One of 'earliest/latest/pending', a number or a hex string (header: x-kaleido-blocknumber)","name":"kld-blocknumber","in":"query"},"callParam":{"type":"boolean","description":"Perform a read-only call with the same parameters that would be used to invoke, and return result (header: x-kaleido-call)","name":"kld-call","in":"query","allowEmptyValue":true},"fromParam":{"type":"string","default":"0x526d460a2a53942b4181ba6cab1fafc3523d2bb8","description":"The 'from' address (header: x-kaleido-from)","name":"kld-from","in":"query"},"gasParam":{"type":"integer","description":"Gas to send with the transaction (auto-calculated if not set) (header: x-kaleido-gas)","name":"kld-gas","in":"query","allowEmptyValue":true},"gaspriceParam":{"type":"integer","description":"Gas Price offered (header: x-kaleido-gasprice)","name":"kld-gasprice","in":"query","allowEmptyValue":true},"idParam":{"type":"string","description":"Optionally set the ID for this request - must be unique if set (header: x-kaleido-id)","name":"kld-id","in":"query"},"privacyGroupIdParam":{"type":"string","description":"Private transaction group ID (header: x-kaleido-privacyGroupId)","name":"kld-privacygroupid","in":"query"},"privateForParam":{"type":"string","description":"Private transaction recipients (comma separated or multiple params) (header: x-kaleido-privatefor)","name":"kld-privatefor","in":"query"},"privateFromParam":{"type":"string","description":"Private transaction sender (header: x-kaleido-privatefrom)","name":"kld-privatefrom","in":"query"},"registerParam":{"type":"string","description":"Register the installed contract on a friendly path (overwrites existing) (header: x-kaleido-register)","name":"kld-register","in":"query"},"syncParam":{"type":"boolean","default":true,"description":"Block the HTTP request until the tx is mined (does not store the receipt) (header: x-kaleido-sync)","name":"kld-sync","in":"query","allowEmptyValue":true},"transactionParam":{"type":"string","description":"Query the details for the provided transaction hash (header: x-kaleido-transaction)","name":"kld-transaction","in":"query","allowEmptyValue":true},"valueParam":{"type":"integer","description":"Ether value to send with the transaction (header: x-kaleido-ethvalue)","name":"kld-ethvalue","in":"query","allowEmptyValue":true}}}

5
.github/response_1652642609760.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"sent": true,
"id": "66fd3e7a-fd7f-4bc6-43f0-4c3f70f3cd77",
"msg": "u0g0gkmhqx-u0mhb9glcz-requests:0:12"
}