MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / send_raw

Method send_raw

test/functional/interface_http.py:72–73  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

70 return self._request('GET', path, '', connection_header)
71
72 def send_raw(self, data):
73 self.conn.sock.sendall(data)
74
75 def post_raw(self, path, data):
76 data_bytes = data.encode("utf-8")

Callers 6

post_rawMethod · 0.95
check_idle_timeoutMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected