| 253 | } |
| 254 | |
| 255 | type state struct { |
| 256 | m *Modifier |
| 257 | meta *module.MsgMetadata |
| 258 | from string |
| 259 | log *log.Logger |
| 260 | } |
| 261 | |
| 262 | func (m *Modifier) ModStateForMsg(ctx context.Context, msgMeta *module.MsgMetadata) (module.ModifierState, error) { |
| 263 | return &state{ |
nothing calls this directly
no outgoing calls
no test coverage detected