name of the message
()
| 72 | New() MessageI // new instance of the message type |
| 73 | Name() string // name of the message |
| 74 | Check() ErrorI // stateless validation of the message |
| 75 | Recipient() []byte // for transaction indexing by recipient |
| 76 | json.Marshaler // json encoding |
| 77 | json.Unmarshaler // json decoding |
no outgoing calls