Skip to content
Snippets Groups Projects
Commit 48f19634 authored by inso's avatar inso
Browse files

Refactoring and ordering proposal

parent e7b8c6a9
No related branches found
No related tags found
No related merge requests found
Showing with 96 additions and 0 deletions
File moved
File moved
File moved
'''
Created on 2 déc. 2014
@author: inso
'''
class Block(object):
'''
classdocs
'''
def __init__(self, params):
'''
Constructor
'''
'''
Created on 2 déc. 2014
@author: inso
'''
class Certification(object):
'''
classdocs
'''
def __init__(self, params):
'''
Constructor
'''
'''
Created on 2 déc. 2014
@author: inso
'''
class Membership(object):
'''
classdocs
'''
def __init__(self, params):
'''
Constructor
'''
'''
Created on 2 déc. 2014
@author: inso
'''
class Pubkey(object):
'''
classdocs
'''
def __init__(self, params):
'''
Constructor
'''
'''
Created on 2 déc. 2014
@author: inso
'''
class Status(object):
'''
classdocs
'''
def __init__(self, params):
'''
Constructor
'''
'''
Created on 2 déc. 2014
@author: inso
'''
class Transaction(object):
'''
classdocs
'''
def __init__(self, params):
'''
Constructor
'''
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment