(newData []byte)
| 440 | func (m Message) Nonce() uint64 { return m.nonce } |
| 441 | func (m Message) Data() []byte { return m.data } |
| 442 | func (m *Message) SetData(newData []byte) { m.data = newData } |
| 443 | func (m Message) CheckNonce() bool { return m.checkNonce } |
| 444 | |
| 445 | // SupportTxType returns if a transaction type is supported. |
no outgoing calls
no test coverage detected