Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 408 Bytes

ContractAbiResponseDto.md

File metadata and controls

14 lines (6 loc) · 408 Bytes

ContractAbiResponseDto

Properties

Name Type Description Notes
abi List<AbiFunction> The abi of the contract
implementationAbi List<AbiFunction> The abi of the implementation contract if exists. Relevant only for proxy patterns [optional]