Commit 79961ac2 authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

add ignore

parent f46de7e9
.idea
*.iml
out
*.sol
*.txt
.DS_Store
*.exe
odysseus
\ No newline at end of file
# Generated by buf. DO NOT EDIT.
version: v1
deps:
- remote: buf.build
owner: akm
repository: go-proto-validators
commit: a44ea8db53b94cb4a1915a5818e77c9c
digest: shake256:e21d4efad7ee9da1369251b19d0c115b6d00ffa0d221bbe8233aee81e6bba0515ae43515997ccb4abf9eafbf297159fcf1078fe302454095911502ded5365512
- remote: buf.build
owner: googleapis
repository: googleapis
commit: 463926e7ee924d46ad0a726e1cf4eacd
digest: shake256:7a6bf5a98f98787fc2dabcc93a3eb7b12cdc549a6bbdcb0c6d58b546fcbc707853916200d6f2d36ebd8b84babcca3202ea041d7ac54da7f7407f3edebd34ad19
version: v1
breaking:
use:
- FILE
lint:
use:
- DEFAULT
syntax = "proto3";
package scheduler.v1;
import "google/protobuf/field_mask.proto";
import "google/protobuf/timestamp.proto";
import "scheduler/v1/resource.proto";
syntax = "proto3";
package scheduler.v1;
import "google/protobuf/empty.proto";
import "scheduler/v1/request_response.proto";
import "scheduler/v1/web3.proto";
import "base/v1/eth_blocks.proto";
service SchedulerService {
// block info service
rpc BlockNumber(google.protobuf.Empty) returns (HeightResponse) {};
rpc BlockTransactionCountByHash(BlockTransactionCountByHashRequest) returns (BlockTransactionCountByHashResponse) {};
// subscribe service
rpc SubscribeNewTx(google.protobuf.Empty) returns (stream SubscribeNewTxResponse) {}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment