Пример #1
0
def get_all():
    return storage.get_all(Node)
Пример #2
0
def get_transactions():
    return storage.get_all(Transaction)
Пример #3
0
def get_all_block():
    return storage.get_all(Block)
Пример #4
0
def get_votes():
    return storage.get_all(Vote)