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