Skip to content
erc7730.main module
-
erc7730.main.command_calldata(input_erc7730_path: ~typing.Annotated[~pathlib.Path, <typer.models.ArgumentInfo object at 0x7f6068c117f0>], source: ~typing.Annotated[str | None, <typer.models.OptionInfo object at 0x7f6068c118e0>] = None, chain_id: ~typing.Annotated[int | None, <typer.models.OptionInfo object at 0x7f6068c119d0>] = None, v2: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f6068c11a90>] = False) → None[source]View on GitHub
-
erc7730.main.command_convert_eip712_to_erc7730(input_eip712_path: ~typing.Annotated[~pathlib.Path, <typer.models.ArgumentInfo object at 0x7f6068c11b80>], output_erc7730_path: ~typing.Annotated[~pathlib.Path, <typer.models.ArgumentInfo object at 0x7f6068c11c40>]) → None[source]View on GitHub
-
erc7730.main.command_convert_erc7730_to_eip712(input_erc7730_path: ~typing.Annotated[~pathlib.Path, <typer.models.ArgumentInfo object at 0x7f6068c11d30>], output_eip712_path: ~typing.Annotated[~pathlib.Path, <typer.models.ArgumentInfo object at 0x7f6068c11df0>]) → None[source]View on GitHub
-
erc7730.main.command_format(paths: ~typing.Annotated[list[~pathlib.Path] | None, <typer.models.ArgumentInfo object at 0x7f6068c10fb0>] = None) → None[source]View on GitHub
-
erc7730.main.command_generate(chain_id: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7f6068c111c0>], address: ~typing.Annotated[str, FieldInfo(annotation=NoneType, required=True, title='Contract Address', description='An Ethereum contract address (normalized to lowercase).', metadata=[MinLen(min_length=42), MaxLen(max_length=42), _PydanticGeneralMetadata(pattern='^0x[a-f0-9]+$')]), ~pydantic.functional_validators.BeforeValidator(func=~erc7730.model.types.<lambda>, json_schema_input_type=PydanticUndefined), ~erc7730.common.pydantic.ErrorTypeLabel(func=~erc7730.common.pydantic.ErrorTypeLabel._validator.<locals>.validate, json_schema_input_type=PydanticUndefined), <typer.models.OptionInfo object at 0x7f6068c11280>], abi: ~typing.Annotated[~pathlib.Path | None, <typer.models.OptionInfo object at 0x7f6068c11370>] = None, schema: ~typing.Annotated[~pathlib.Path | None, <typer.models.OptionInfo object at 0x7f6068c11430>] = None, owner: ~typing.Annotated[str | None, <typer.models.OptionInfo object at 0x7f6068c11520>] = None, legal_name: ~typing.Annotated[str | None, <typer.models.OptionInfo object at 0x7f6068c11610>] = None, url: ~typing.Annotated[str | None, <typer.models.OptionInfo object at 0x7f6068c11700>] = None) → None[source]View on GitHub
-
erc7730.main.command_lint(paths: ~typing.Annotated[list[~pathlib.Path], <typer.models.ArgumentInfo object at 0x7f6068c10c50>], gha: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f6068c10ce0>] = False, skip_abi_validation: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f6068c10d40>] = False, v2: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f6068c10dd0>] = False) → None[source]View on GitHub
-
erc7730.main.command_list(paths: ~typing.Annotated[list[~pathlib.Path] | None, <typer.models.ArgumentInfo object at 0x7f6068c10ec0>] = None) → None[source]View on GitHub
-
erc7730.main.command_resolve(input_path: ~typing.Annotated[~pathlib.Path, <typer.models.ArgumentInfo object at 0x7f6068c11070>], v2: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f6068c11100>] = False) → None[source]View on GitHub
-
erc7730.main.command_schema(model_type: ~typing.Annotated[~erc7730.model.ERC7730ModelType, <typer.models.ArgumentInfo object at 0x7f6068c10b90>] = ERC7730ModelType.INPUT) → None[source]View on GitHub