Exemple #1
0
 def __init__(self, api):
     Method.__init__(self, api)
     self.name = "system.methodHelp"
 def __init__(self, api):
     Method.__init__(self, api)
     self.name = "system.multicall"
Exemple #3
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"
Exemple #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"
 def __init__(self, api):
     Method.__init__(self, api)
     self.name = "system.methodHelp"