MarshalHash marshals for hash.
()
| 65 | |
| 66 | // MarshalHash marshals for hash. |
| 67 | func (i *Uint256) MarshalHash() (o []byte, err error) { |
| 68 | return i.Bytes(), nil |
| 69 | } |
| 70 | |
| 71 | // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message. |
| 72 | func (i *Uint256) Msgsize() (s int) { |