We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f95414e + 0058a33 commit 84c763bCopy full SHA for 84c763b
proto/oracle/v1/query.proto
@@ -228,8 +228,9 @@ message QueryActiveValidatorsResponse {
228
message QueryRequestSearchRequest {
229
// OracleScriptID is ID of an oracle script
230
int64 oracle_script_id = 1;
231
- // Calldata is OBI-encoded data as argument params for the oracle script
232
- bytes calldata = 2;
+ // Calldata is OBI-encoded data in hex format as argument params for the
+ // oracle script
233
+ string calldata = 2;
234
// AskCount is number of validators allowed for fulfilling the request
235
uint64 ask_count = 3;
236
// MinCount is number of validators required for fulfilling the request
0 commit comments