helium_py.api.assert_locations.AssertLocations

class helium_py.api.assert_locations.AssertLocations(host=None, port=None, user_agent=None, base_path=None)[source]

Bases: API

Assert Locations client class for Helium Blockchain API.

https://docs.helium.com/api/blockchain/assert-locations

__init__(host=None, port=None, user_agent=None, base_path=None)

Allow for overriding API details at instantiation.

Methods

__init__([host, port, user_agent, base_path])

Allow for overriding API details at instantiation.

all(params)

Yield all assert location transactions.

Attributes

base_path

client

Return a client singleton per API.

host

port

user_agent

all(params: Optional[dict]) Generator[dict, None, None][source]

Yield all assert location transactions.

property client: Client

Return a client singleton per API.