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