ContractAddress type in structs and enums are not being rendered properly, also there are some cases where ContractAddress breaks when encased in Struct/Enum
Proposed Solutions or Ideas
Intercept when recursively parse struct and enum arguments if data is ContractAddress.
Issue Overview
ContractAddress
type in structs and enums are not being rendered properly, also there are some cases whereContractAddress
breaks when encased in Struct/EnumProposed Solutions or Ideas
ContractAddress
.