MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / status

Method status

src/bitmessageqt/account.py:229–234  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

227 self.send()
228
229 def status(self):
230 self.toAddress = self.registrationAddress
231 self.subject = "status"
232 self.message = ""
233 self.fromAddress = self.address
234 self.send()
235
236 def settings(self):
237 self.toAddress = self.registrationAddress

Callers 1

acceptMethod · 0.80

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected