agent0.test_fixtures.interface_fixture ====================================== .. py:module:: agent0.test_fixtures.interface_fixture .. autoapi-nested-parse:: Test fixture for deploying local anvil chain and initializing hyperdrive. .. !! processed by numpydoc !! Functions --------- .. autoapisummary:: agent0.test_fixtures.interface_fixture.hyperdrive_read_interface_fixture agent0.test_fixtures.interface_fixture.hyperdrive_read_write_interface_fixture Module Contents --------------- .. py:function:: hyperdrive_read_interface_fixture(fast_hyperdrive_fixture: agent0.core.hyperdrive.interactive.LocalHyperdrive) -> agent0.ethpy.hyperdrive.interface.HyperdriveReadInterface Fixture representing a hyperdrive read interface to a deployed hyperdrive pool. :param fast_hyperdrive_fixture: Fixture representing the deployed hyperdrive pool. :type fast_hyperdrive_fixture: LocalHyperdrive :returns: The interface to access the deployed hyperdrive pool. :rtype: HyperdriveReadInterface .. !! processed by numpydoc !! .. py:function:: hyperdrive_read_write_interface_fixture(fast_hyperdrive_fixture: agent0.core.hyperdrive.interactive.LocalHyperdrive) -> agent0.ethpy.hyperdrive.interface.HyperdriveReadWriteInterface Fixture representing a hyperdrive interface to a deployed hyperdrive pool. :param fast_hyperdrive_fixture: Fixture representing the deployed hyperdrive pool. :type fast_hyperdrive_fixture: LocalHyperdrive :returns: The interface to access and write to the deployed hyperdrive pool. :rtype: HyperdriveReadWriteInterface .. !! processed by numpydoc !!