Package genlayer.py.eth.generate#

Warning

This is an internal module

class genlayer.py.eth.generate.ContractDeclaration[source]#

Interface for declaring interfaces of external contracts

__init__(*args, **kwargs)#
class genlayer.py.eth.generate.ContractProxy[source]#
__init__(address: Address, view_impl: Callable[[ContractProxy], TView], balance_impl: Callable[[ContractProxy], u256], send_impl: Callable[[ContractProxy, TransactionDataKwArgs], TWrite], transfer_impl: Callable[[ContractProxy, TransactionDataKwArgs], None])[source]#