aleph-im / aleph-client

Lightweight Python Client library for the Aleph.im network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The aggregate interface is incoherent

odesenfans opened this issue · comments

The create_aggregate function takes an account, but the fetch_aggregate function takes an address (equivalent to account.get_address()). This is incoherent and makes the API less user-friendly.

Actually, this makes sense given that you can search for aggregates from different addresses than your own. My bad.