()
| 2245 | } |
| 2246 | |
| 2247 | func (x *SetNodeBlockRequest) GetBlock() *Block { |
| 2248 | if x != nil { |
| 2249 | return x.Block |
| 2250 | } |
| 2251 | return nil |
| 2252 | } |
| 2253 | |
| 2254 | type SetNodeBlockResponse struct { |
| 2255 | state protoimpl.MessageState |
nothing calls this directly
no outgoing calls
no test coverage detected