Ejemplo n.º 1
0
def get_all():
    return storage.get_all(Node)
Ejemplo n.º 2
0
def get_transactions():
    return storage.get_all(Transaction)
Ejemplo n.º 3
0
def get_all_block():
    return storage.get_all(Block)
Ejemplo n.º 4
0
def get_votes():
    return storage.get_all(Vote)