100">
Skip to content
python-erc7730
Toggle navigation menu
⌘
K
python-erc7730
>
Index
Index
A
abi (erc7730.model.input.context.InputContract attribute)
(erc7730.model.resolved.context.ResolvedContract attribute)
abi_function_to_tree() (in module erc7730.generate.schema_tree)
ABIClassifier (class in erc7730.lint.classifier.abi_classifier)
absolute (erc7730.model.paths.DataPath attribute)
absolute_data_path() (erc7730.model.paths.path_parser.PathTransformer method)
address (erc7730.model.input.context.InputDeployment attribute)
(erc7730.model.resolved.context.ResolvedDeployment attribute)
ADDRESS_NAME (erc7730.model.display.FieldFormat attribute)
addressMatcher (erc7730.model.input.context.InputContract attribute)
(erc7730.model.resolved.context.ResolvedContract attribute)
AddressNameType (class in erc7730.model.display)
AMOUNT (erc7730.model.display.FieldFormat attribute)
anonymous (erc7730.model.abi.Event attribute)
array() (erc7730.model.paths.path_parser.PathTransformer method)
array_element() (erc7730.model.paths.path_parser.PathTransformer method)
array_index() (erc7730.model.paths.path_parser.PathTransformer method)
array_slice() (erc7730.model.paths.path_parser.PathTransformer method)
B
base (erc7730.model.input.display.InputUnitParameters attribute)
(erc7730.model.resolved.display.ResolvedUnitParameters attribute)
BLOCKHEIGHT (erc7730.model.display.DateEncoding attribute)
C
CALL_DATA (erc7730.model.display.FieldFormat attribute)
calleePath (erc7730.model.input.display.InputCallDataParameters attribute)
(erc7730.model.resolved.display.ResolvedCallDataParameters attribute)
chainId (erc7730.model.input.context.InputDeployment attribute)
(erc7730.model.input.context.InputDomain attribute)
(erc7730.model.resolved.context.ResolvedDeployment attribute)
(erc7730.model.resolved.context.ResolvedDomain attribute)
check() (erc7730.lint.lint_transaction_type_classifier.DisplayFormatChecker method)
Classifier (class in erc7730.lint.classifier)
classify() (erc7730.lint.classifier.abi_classifier.ABIClassifier method)
(erc7730.lint.classifier.Classifier method)
(erc7730.lint.classifier.eip712_classifier.EIP712Classifier method)
ClassifyTransactionTypeLinter (class in erc7730.lint.lint_transaction_type_classifier)
COLLECTION (erc7730.model.display.AddressNameType attribute)
collectionPath (erc7730.model.input.display.InputNftNameParameters attribute)
(erc7730.model.resolved.display.ResolvedNftNameParameters attribute)
command_convert_eip712_to_erc7730() (in module erc7730.main)
command_convert_erc7730_to_eip712() (in module erc7730.main)
command_format() (in module erc7730.main)
command_generate() (in module erc7730.main)
command_lint() (in module erc7730.main)
command_list() (in module erc7730.main)
command_resolve() (in module erc7730.main)
command_schema() (in module erc7730.main)
component (erc7730.generate.schema_tree.SchemaArray attribute)
components (erc7730.generate.schema_tree.SchemaStruct attribute)
(erc7730.model.abi.Component attribute)
(erc7730.model.abi.InputOutput attribute)
compute_abi_schema_paths() (in module erc7730.model.paths.path_schemas)
compute_eip712_schema_paths() (in module erc7730.model.paths.path_schemas)
compute_format_schema_paths() (in module erc7730.model.paths.path_schemas)
constant (erc7730.model.abi.Constructor attribute)
(erc7730.model.abi.Fallback attribute)
(erc7730.model.abi.Function attribute)
(erc7730.model.abi.Receive attribute)
ConstantProvider (class in erc7730.convert.resolved.constants)
constants (erc7730.model.input.metadata.InputMetadata attribute)
container_field() (erc7730.model.paths.path_parser.PathTransformer method)
container_path() (erc7730.model.paths.path_parser.PathTransformer method)
container_paths (erc7730.model.paths.path_schemas.FormatPaths attribute)
ContainerField (class in erc7730.model.paths)
context (erc7730.model.input.descriptor.InputERC7730Descriptor attribute)
(erc7730.model.resolved.descriptor.ResolvedERC7730Descriptor attribute)
CONTRACT (erc7730.model.display.AddressNameType attribute)
contract (erc7730.model.input.context.InputContractContext attribute)
(erc7730.model.resolved.context.ResolvedContractContext attribute)
convert() (erc7730.convert.ERC7730Converter method)
,
[1]
(erc7730.convert.ledger.eip712.convert_eip712_to_erc7730.EIP712toERC7730Converter method)
(erc7730.convert.ledger.eip712.convert_erc7730_to_eip712.ERC7730toEIP712Converter method)
(erc7730.convert.resolved.convert_erc7730_input_to_resolved.ERC7730InputToResolved method)
convert_and_print_errors() (in module erc7730.convert.convert)
convert_and_raise_errors() (in module erc7730.convert.convert)
convert_field() (erc7730.convert.ledger.eip712.convert_erc7730_to_eip712.ERC7730toEIP712Converter class method)
convert_field_description() (erc7730.convert.ledger.eip712.convert_erc7730_to_eip712.ERC7730toEIP712Converter class method)
convert_to_file_and_print_errors() (in module erc7730.convert.convert)
D
data_or_container_path_concat() (in module erc7730.model.paths.path_ops)
data_path_append() (in module erc7730.model.paths.path_ops)
data_path_concat() (in module erc7730.model.paths.path_ops)
data_path_ends_with() (in module erc7730.model.paths.path_ops)
data_path_starts_with() (in module erc7730.model.paths.path_ops)
data_path_strip_prefix() (in module erc7730.model.paths.path_ops)
data_path_to_schema_path() (in module erc7730.model.paths.path_schemas)
data_paths (erc7730.model.paths.path_schemas.FormatPaths attribute)
data_type (erc7730.generate.schema_tree.SchemaLeaf attribute)
DATE (erc7730.model.display.FieldFormat attribute)
DateEncoding (class in erc7730.model.display)
decimals (erc7730.model.input.display.InputUnitParameters attribute)
(erc7730.model.metadata.TokenInfo attribute)
(erc7730.model.resolved.display.ResolvedUnitParameters attribute)
DefaultConstantProvider (class in erc7730.convert.resolved.constants)
definitions (erc7730.model.input.display.InputDisplay attribute)
deployEvent (erc7730.model.input.context.InputFactory attribute)
(erc7730.model.resolved.context.ResolvedFactory attribute)
deployments (erc7730.model.input.context.InputBindingContext attribute)
(erc7730.model.input.context.InputFactory attribute)
(erc7730.model.resolved.context.ResolvedBindingContext attribute)
(erc7730.model.resolved.context.ResolvedFactory attribute)
descriptor_path() (erc7730.model.paths.path_parser.PathTransformer method)
descriptor_path_append() (in module erc7730.model.paths.path_ops)
descriptor_path_ends_with() (in module erc7730.model.paths.path_ops)
descriptor_path_starts_with() (in module erc7730.model.paths.path_ops)
descriptor_path_strip_prefix() (in module erc7730.model.paths.path_ops)
display (erc7730.model.input.descriptor.InputERC7730Descriptor attribute)
(erc7730.model.resolved.descriptor.ResolvedERC7730Descriptor attribute)
DisplayFormatChecker (class in erc7730.lint.lint_transaction_type_classifier)
domain (erc7730.model.input.context.InputEIP712 attribute)
(erc7730.model.resolved.context.ResolvedEIP712 attribute)
domainSeparator (erc7730.model.input.context.InputEIP712 attribute)
(erc7730.model.resolved.context.ResolvedEIP712 attribute)
DURATION (erc7730.model.display.FieldFormat attribute)
E
eip712 (erc7730.model.input.context.InputEIP712Context attribute)
(erc7730.model.resolved.context.ResolvedEIP712Context attribute)
eip712_schema_to_tree() (in module erc7730.generate.schema_tree)
EIP712Classifier (class in erc7730.lint.classifier.eip712_classifier)
EIP712toERC7730Converter (class in erc7730.convert.ledger.eip712.convert_eip712_to_erc7730)
elements (erc7730.model.paths.DataPath attribute)
(erc7730.model.paths.DescriptorPath attribute)
encoding (erc7730.model.input.display.InputDateParameters attribute)
(erc7730.model.resolved.display.ResolvedDateParameters attribute)
end (erc7730.model.paths.ArraySlice attribute)
ENUM (erc7730.model.display.FieldFormat attribute)
enumId (erc7730.model.resolved.display.ResolvedEnumParameters attribute)
enums (erc7730.model.input.metadata.InputMetadata attribute)
(erc7730.model.resolved.metadata.ResolvedMetadata attribute)
EOA (erc7730.model.display.AddressNameType attribute)
erc7730
module
erc7730.convert
module
erc7730.convert.convert
module
erc7730.convert.ledger
module
erc7730.convert.ledger.contract
module
erc7730.convert.ledger.eip712
module
erc7730.convert.ledger.eip712.convert_eip712_to_erc7730
module
erc7730.convert.ledger.eip712.convert_erc7730_to_eip712
module
erc7730.convert.resolved
module
erc7730.convert.resolved.constants
module
erc7730.convert.resolved.convert_erc7730_input_to_resolved
module
erc7730.convert.resolved.enums
module
erc7730.convert.resolved.parameters
module
erc7730.convert.resolved.references
module
erc7730.format
module
erc7730.format.format
module
erc7730.generate
module
erc7730.generate.generate
module
erc7730.generate.schema_tree
module
erc7730.lint
module
erc7730.lint.classifier
module
erc7730.lint.classifier.abi_classifier
module
erc7730.lint.classifier.eip712_classifier
module
erc7730.lint.lint
module
erc7730.lint.lint_base
module
erc7730.lint.lint_transaction_type_classifier
module
erc7730.lint.lint_validate_abi
module
erc7730.lint.lint_validate_display_fields
module
erc7730.list
module
erc7730.list.list
module
erc7730.main
module
erc7730.model
module
erc7730.model.abi
module
erc7730.model.base
module
erc7730.model.context
module
erc7730.model.display
module
erc7730.model.input
module
erc7730.model.input.context
module
erc7730.model.input.descriptor
module
erc7730.model.input.display
module
erc7730.model.input.lenses
module
erc7730.model.input.metadata
module
erc7730.model.input.path
module
erc7730.model.metadata
module
erc7730.model.paths
module
erc7730.model.paths.path_ops
module
erc7730.model.paths.path_parser
module
erc7730.model.paths.path_schemas
module
erc7730.model.resolved
module
erc7730.model.resolved.context
module
erc7730.model.resolved.descriptor
module
erc7730.model.resolved.display
module
erc7730.model.resolved.metadata
module
erc7730.model.resolved.path
module
erc7730.model.types
module
erc7730.model.unions
module
ERC7730Converter (class in erc7730.convert)
,
[1]
ERC7730InputToResolved (class in erc7730.convert.resolved.convert_erc7730_input_to_resolved)
ERC7730Linter (class in erc7730.lint)
,
[1]
ERC7730ModelType (class in erc7730.model)
ERC7730toEIP712Converter (class in erc7730.convert.ledger.eip712.convert_erc7730_to_eip712)
excluded (erc7730.model.input.display.InputFormat attribute)
(erc7730.model.resolved.display.ResolvedFormat attribute)
F
factory (erc7730.model.input.context.InputContract attribute)
(erc7730.model.resolved.context.ResolvedContract attribute)
field (erc7730.model.paths.ContainerPath attribute)
field() (erc7730.model.paths.path_parser.PathTransformer method)
field_discriminator() (in module erc7730.model.unions)
field_parameters_discriminator() (in module erc7730.model.unions)
FieldFormat (class in erc7730.model.display)
fields (erc7730.model.input.display.InputFormat attribute)
(erc7730.model.input.display.InputNestedFields attribute)
(erc7730.model.resolved.display.ResolvedFormat attribute)
(erc7730.model.resolved.display.ResolvedNestedFields attribute)
format (erc7730.model.input.display.InputFieldDefinition attribute)
(erc7730.model.resolved.display.ResolvedFieldDescription attribute)
format_all() (in module erc7730.format.format)
format_all_and_print_errors() (in module erc7730.format.format)
format_file() (in module erc7730.format.format)
FormatPaths (class in erc7730.model.paths.path_schemas)
formats (erc7730.model.input.display.InputDisplay attribute)
(erc7730.model.resolved.display.ResolvedDisplay attribute)
FROM (erc7730.model.paths.ContainerField attribute)
G
gas (erc7730.model.abi.Constructor attribute)
(erc7730.model.abi.Fallback attribute)
(erc7730.model.abi.Function attribute)
(erc7730.model.abi.Receive attribute)
generate_descriptor() (in module erc7730.generate.generate)
get() (erc7730.convert.resolved.constants.ConstantProvider method)
(erc7730.convert.resolved.constants.DefaultConstantProvider method)
get_binding_context() (in module erc7730.model.input.lenses)
get_chain_ids() (in module erc7730.model.input.lenses)
get_deployments() (in module erc7730.model.input.lenses)
get_enum() (in module erc7730.convert.resolved.enums)
get_enum_id() (in module erc7730.convert.resolved.enums)
get_erc7730_files() (in module erc7730.list.list)
I
id (erc7730.model.display.FormatBase attribute)
(erc7730.model.input.context.InputContractContext attribute)
(erc7730.model.input.context.InputEIP712Context attribute)
(erc7730.model.input.display.InputFieldDefinition attribute)
(erc7730.model.resolved.context.ResolvedContractContext attribute)
(erc7730.model.resolved.context.ResolvedEIP712Context attribute)
(erc7730.model.resolved.display.ResolvedFieldDescription attribute)
identifier (erc7730.model.paths.Field attribute)
index (erc7730.model.paths.ArrayElement attribute)
indexed (erc7730.model.abi.InputOutput attribute)
info (erc7730.model.metadata.Metadata attribute)
INPUT (erc7730.model.ERC7730ModelType attribute)
inputs (erc7730.model.abi.Constructor attribute)
(erc7730.model.abi.Error attribute)
(erc7730.model.abi.Event attribute)
(erc7730.model.abi.Fallback attribute)
(erc7730.model.abi.Function attribute)
(erc7730.model.abi.Receive attribute)
intent (erc7730.model.display.FormatBase attribute)
internalType (erc7730.model.abi.Component attribute)
(erc7730.model.abi.InputOutput attribute)
is_erc7730_file() (in module erc7730.list.list)
L
label (erc7730.model.input.display.InputFieldDefinition attribute)
(erc7730.model.input.display.InputReference attribute)
(erc7730.model.resolved.display.ResolvedFieldDescription attribute)
lastUpdate (erc7730.model.metadata.OwnerInfo attribute)
legalName (erc7730.model.metadata.OwnerInfo attribute)
lint() (erc7730.lint.ERC7730Linter method)
(erc7730.lint.lint_base.MultiLinter method)
(erc7730.lint.lint_transaction_type_classifier.ClassifyTransactionTypeLinter method)
(erc7730.lint.lint_validate_abi.ValidateABILinter method)
(erc7730.lint.lint_validate_display_fields.ValidateDisplayFieldsLinter method)
lint_all() (in module erc7730.lint.lint)
lint_all_and_print_errors() (in module erc7730.lint.lint)
lint_file() (in module erc7730.lint.lint)
list_all() (in module erc7730.list.list)
load() (erc7730.model.base.Model class method)
load_or_none() (erc7730.model.base.Model class method)
M
message (erc7730.model.input.display.InputTokenAmountParameters attribute)
(erc7730.model.resolved.display.ResolvedTokenAmountParameters attribute)
metadata (erc7730.model.input.descriptor.InputERC7730Descriptor attribute)
(erc7730.model.resolved.descriptor.ResolvedERC7730Descriptor attribute)
module
erc7730
erc7730.convert
erc7730.convert.convert
erc7730.convert.ledger
erc7730.convert.ledger.contract
erc7730.convert.ledger.eip712
erc7730.convert.ledger.eip712.convert_eip712_to_erc7730
erc7730.convert.ledger.eip712.convert_erc7730_to_eip712
erc7730.convert.resolved
erc7730.convert.resolved.constants
erc7730.convert.resolved.convert_erc7730_input_to_resolved
erc7730.convert.resolved.enums
erc7730.convert.resolved.parameters
erc7730.convert.resolved.references
erc7730.format
erc7730.format.format
erc7730.generate
erc7730.generate.generate
erc7730.generate.schema_tree
erc7730.lint
erc7730.lint.classifier
erc7730.lint.classifier.abi_classifier
erc7730.lint.classifier.eip712_classifier
erc7730.lint.lint
erc7730.lint.lint_base
erc7730.lint.lint_transaction_type_classifier
erc7730.lint.lint_validate_abi
erc7730.lint.lint_validate_display_fields
erc7730.list
erc7730.list.list
erc7730.main
erc7730.model
erc7730.model.abi
erc7730.model.base
erc7730.model.context
erc7730.model.display
erc7730.model.input
erc7730.model.input.context
erc7730.model.input.descriptor
erc7730.model.input.display
erc7730.model.input.lenses
erc7730.model.input.metadata
erc7730.model.input.path
erc7730.model.metadata
erc7730.model.paths
erc7730.model.paths.path_ops
erc7730.model.paths.path_parser
erc7730.model.paths.path_schemas
erc7730.model.resolved
erc7730.model.resolved.context
erc7730.model.resolved.descriptor
erc7730.model.resolved.display
erc7730.model.resolved.metadata
erc7730.model.resolved.path
erc7730.model.types
erc7730.model.unions
MultiLinter (class in erc7730.lint.lint_base)
N
name (erc7730.model.abi.Component attribute)
(erc7730.model.abi.Constructor attribute)
(erc7730.model.abi.Error attribute)
(erc7730.model.abi.Event attribute)
(erc7730.model.abi.Fallback attribute)
(erc7730.model.abi.Function attribute)
(erc7730.model.abi.InputOutput attribute)
(erc7730.model.abi.Receive attribute)
(erc7730.model.input.context.InputDomain attribute)
(erc7730.model.metadata.TokenInfo attribute)
(erc7730.model.resolved.context.ResolvedDomain attribute)
nativeCurrencyAddress (erc7730.model.input.display.InputTokenAmountParameters attribute)
(erc7730.model.resolved.display.ResolvedTokenAmountParameters attribute)
NFT_NAME (erc7730.model.display.FieldFormat attribute)
nonpayable (erc7730.model.abi.StateMutability attribute)
O
outputs (erc7730.model.abi.Constructor attribute)
(erc7730.model.abi.Fallback attribute)
(erc7730.model.abi.Function attribute)
(erc7730.model.abi.Receive attribute)
owner (erc7730.model.metadata.Metadata attribute)
P
params (erc7730.model.input.display.InputFieldDefinition attribute)
(erc7730.model.input.display.InputReference attribute)
(erc7730.model.resolved.display.ResolvedFieldDescription attribute)
path (erc7730.model.input.display.InputFieldBase attribute)
(erc7730.model.resolved.display.ResolvedFieldBase attribute)
path_starts_with() (in module erc7730.model.paths.path_ops)
PathTransformer (class in erc7730.model.paths.path_parser)
payable (erc7730.model.abi.Constructor attribute)
(erc7730.model.abi.Fallback attribute)
(erc7730.model.abi.Function attribute)
(erc7730.model.abi.Receive attribute)
(erc7730.model.abi.StateMutability attribute)
PERMIT (erc7730.lint.classifier.TxClass attribute)
prefix (erc7730.model.input.display.InputUnitParameters attribute)
(erc7730.model.resolved.display.ResolvedUnitParameters attribute)
primaryType (erc7730.model.context.EIP712Schema attribute)
pure (erc7730.model.abi.StateMutability attribute)
R
RAW (erc7730.model.display.FieldFormat attribute)
ref (erc7730.model.input.display.InputEnumParameters attribute)
(erc7730.model.input.display.InputReference attribute)
relative_data_path() (erc7730.model.paths.path_parser.PathTransformer method)
required (erc7730.model.input.display.InputFormat attribute)
(erc7730.model.resolved.display.ResolvedFormat attribute)
resolve() (erc7730.convert.resolved.constants.ConstantProvider method)
resolve_address_name_parameters() (in module erc7730.convert.resolved.parameters)
resolve_calldata_parameters() (in module erc7730.convert.resolved.parameters)
resolve_date_parameters() (in module erc7730.convert.resolved.parameters)
resolve_enum_parameters() (in module erc7730.convert.resolved.parameters)
resolve_field_parameters() (in module erc7730.convert.resolved.parameters)
resolve_nft_parameters() (in module erc7730.convert.resolved.parameters)
resolve_or_none() (erc7730.convert.resolved.constants.ConstantProvider method)
resolve_path() (erc7730.convert.resolved.constants.ConstantProvider method)
resolve_path_or_none() (erc7730.convert.resolved.constants.ConstantProvider method)
resolve_reference() (in module erc7730.convert.resolved.references)
resolve_token_amount_parameters() (in module erc7730.convert.resolved.parameters)
resolve_unit_parameters() (in module erc7730.convert.resolved.parameters)
RESOLVED (erc7730.model.ERC7730ModelType attribute)
S
save() (erc7730.model.base.Model method)
schema_ (erc7730.model.input.descriptor.InputERC7730Descriptor attribute)
(erc7730.model.resolved.descriptor.ResolvedERC7730Descriptor attribute)
schemas (erc7730.model.input.context.InputEIP712 attribute)
(erc7730.model.resolved.context.ResolvedEIP712 attribute)
screens (erc7730.model.display.FormatBase attribute)
selector (erc7730.model.input.display.InputCallDataParameters attribute)
(erc7730.model.resolved.display.ResolvedCallDataParameters attribute)
signature (erc7730.model.abi.Constructor attribute)
(erc7730.model.abi.Error attribute)
(erc7730.model.abi.Event attribute)
(erc7730.model.abi.Fallback attribute)
(erc7730.model.abi.Function attribute)
(erc7730.model.abi.Receive attribute)
slice_array_index() (erc7730.model.paths.path_parser.PathTransformer method)
sources (erc7730.model.input.display.InputAddressNameParameters attribute)
(erc7730.model.resolved.display.ResolvedAddressNameParameters attribute)
STAKE (erc7730.lint.classifier.TxClass attribute)
start (erc7730.model.paths.ArraySlice attribute)
StateMutability (class in erc7730.model.abi)
stateMutability (erc7730.model.abi.Constructor attribute)
(erc7730.model.abi.Fallback attribute)
(erc7730.model.abi.Function attribute)
(erc7730.model.abi.Receive attribute)
SWAP (erc7730.lint.classifier.TxClass attribute)
T
threshold (erc7730.model.input.display.InputTokenAmountParameters attribute)
(erc7730.model.resolved.display.ResolvedTokenAmountParameters attribute)
ticker (erc7730.model.metadata.TokenInfo attribute)
TIMESTAMP (erc7730.model.display.DateEncoding attribute)
TO (erc7730.model.paths.ContainerField attribute)
to_absolute() (in module erc7730.model.paths.path_ops)
to_json_string() (erc7730.model.base.Model method)
to_path() (in module erc7730.model.paths.path_parser)
to_relative() (in module erc7730.model.paths.path_ops)
TOKEN (erc7730.model.display.AddressNameType attribute)
token (erc7730.model.metadata.Metadata attribute)
TOKEN_AMOUNT (erc7730.model.display.FieldFormat attribute)
tokenPath (erc7730.model.input.display.InputTokenAmountParameters attribute)
(erc7730.model.resolved.display.ResolvedTokenAmountParameters attribute)
TxClass (class in erc7730.lint.classifier)
type (erc7730.model.abi.Component attribute)
(erc7730.model.abi.Constructor attribute)
(erc7730.model.abi.Error attribute)
(erc7730.model.abi.Event attribute)
(erc7730.model.abi.Fallback attribute)
(erc7730.model.abi.Function attribute)
(erc7730.model.abi.InputOutput attribute)
(erc7730.model.abi.Receive attribute)
(erc7730.model.paths.Array attribute)
(erc7730.model.paths.ArrayElement attribute)
(erc7730.model.paths.ArraySlice attribute)
(erc7730.model.paths.ContainerPath attribute)
(erc7730.model.paths.DataPath attribute)
(erc7730.model.paths.DescriptorPath attribute)
(erc7730.model.paths.Field attribute)
types (erc7730.model.context.EIP712Schema attribute)
(erc7730.model.input.display.InputAddressNameParameters attribute)
(erc7730.model.resolved.display.ResolvedAddressNameParameters attribute)
U
unit (erc7730.model.abi.InputOutput attribute)
UNIT (erc7730.model.display.FieldFormat attribute)
url (erc7730.model.metadata.OwnerInfo attribute)
V
ValidateABILinter (class in erc7730.lint.lint_validate_abi)
ValidateDisplayFieldsLinter (class in erc7730.lint.lint_validate_display_fields)
VALUE (erc7730.model.paths.ContainerField attribute)
verifyingContract (erc7730.model.input.context.InputDomain attribute)
(erc7730.model.resolved.context.ResolvedDomain attribute)
version (erc7730.model.input.context.InputDomain attribute)
(erc7730.model.resolved.context.ResolvedDomain attribute)
view (erc7730.model.abi.StateMutability attribute)
W
WALLET (erc7730.model.display.AddressNameType attribute)
WITHDRAW (erc7730.lint.classifier.TxClass attribute)
Back to top