GetResponseHash returns the response hash.
()
| 57 | |
| 58 | // GetResponseHash returns the response hash. |
| 59 | func (h *AckHeader) GetResponseHash() hash.Hash { |
| 60 | return h.ResponseHash |
| 61 | } |
| 62 | |
| 63 | // SignedAckHeader defines client signed ack entity. |
| 64 | type SignedAckHeader struct { |