Esempio n. 1
0
 def __init__(self, api):
     Method.__init__(self, api)
     self.name = "system.methodHelp"
Esempio n. 2
0
 def __init__(self, api):
     Method.__init__(self, api)
     self.name = "system.multicall"
Esempio n. 3
0
 def __init__(self, api):
     Method.__init__(self, api)
     self.name = "system.listMethods"
Esempio n. 4
0
 def __init__(self, api):
     Method.__init__(self, api)
     self.name = "system.methodSignature"
Esempio n. 5
0
 def __init__(self, api):
     Method.__init__(self, api)
     self.name = "system.listMethods"
 def __init__(self, api):
     Method.__init__(self, api)
     self.name = "system.methodSignature"
Esempio n. 7
0
 def __init__(self, api):
     Method.__init__(self, api)
     self.name = "system.methodHelp"