Skip to content

Refactor outside execution functions #1537

@franciszekjob

Description

@franciszekjob

Feature Request

  1. outside_execution_to_typed_data function should be a method of OutsideExecution, e.g.
@dataclass
class OutsideExecution:
    ...
    def to_typed_data(...) -> TypedData:

This requires resolving cycling imports errors, discussed here -> #1530 (comment)

  1. OutsideExecution. to_abi_dict() should ideally use schema while creating dict.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions