コード例 #1
0
def get_all():
    return storage.get_all(Node)
コード例 #2
0
ファイル: __init__.py プロジェクト: Souliticer/MyChainForKISA
def get_transactions():
    return storage.get_all(Transaction)
コード例 #3
0
ファイル: __init__.py プロジェクト: showbu03/MyChainForKISA
def get_all_block():
    return storage.get_all(Block)
コード例 #4
0
def get_votes():
    return storage.get_all(Vote)