| 387 | } |
| 388 | |
| 389 | type blockSubmitMsg struct { |
| 390 | BlockStateRoot common.Uint256 `json:"block_state_root"` |
| 391 | BlockNum uint32 `json:"block_num"` |
| 392 | SubmitMsgSig []byte `json:"submit_msg_sig"` |
| 393 | } |
| 394 | |
| 395 | func (msg *blockSubmitMsg) Type() MsgType { |
| 396 | return BlockSubmitMessage |
nothing calls this directly
no outgoing calls
no test coverage detected