示例#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"
 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"