protodoc.io
Project iDC-NEU/NeuChain
Welcome
Readme
Commits
GitHub project
Download project
Desktop application
Contact us
Default package
Block
comm
common
google.protobuf
protos
raft
raft
ChainService
push
ChainResponse
IncreaseEpochRequest
PushRequest
package
raft
Get desktop application:
View/edit binary Protocol Buffers messages
service
ChainService
chain.proto:15
rpc
push
(
PushRequest
,
ChainResponse
)
chain.proto:16
message
PushRequest
chain.proto:5
optional
int64
id
= 1
id is useless here
repeated
bytes
user_request
= 2
message
ChainResponse
chain.proto:10
optional
int64
id
= 1
id is useless here
required
bool
success
= 2
message
IncreaseEpochRequest
chain.proto:19
required
uint64
expect_epoch
= 1