MCPcopy Create free account
hub / github.com/blockfrost/blockfrost-python / test_integration_genesis

Function test_integration_genesis

tests/test_cardano_ledger.py:25–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24
25def test_integration_genesis():
26 if os.getenv('BLOCKFROST_PROJECT_ID_MAINNET'):
27 api = BlockFrostApi(project_id=os.getenv('BLOCKFROST_PROJECT_ID_MAINNET'))
28 assert api.genesis()

Callers

nothing calls this directly

Calls 1

BlockFrostApiClass · 0.90

Tested by

no test coverage detected