Package genlayer.std.eth#
Warning
This is an internal module
- genlayer.std.eth.eth_contract(contr: ContractDeclaration) Callable[[Address], ContractProxy] #
Decorator that is used to declare eth contract interface
@gl.eth_contract class Ghost: class View: pass class Write: def test(self, x: u256, /) -> None: ...
- Return type: