* @returns {Buffer} Message payload if applicable
()
| 64 | * @returns {Buffer} Message payload if applicable |
| 65 | */ |
| 66 | getPayload() { |
| 67 | return this.payload; |
| 68 | } |
| 69 | |
| 70 | /** |
| 71 | * Creates a wire representation of a channel close message |
no outgoing calls
no test coverage detected