ContractReadResponseData structure returned when performing a contract read on a blockchain. Suggest EditsSignature: TypeScript{ type!: string, value!: any } Parameters: ParameterRequiredTypeDescriptiontypeTrueStringThe type of the requested outputvalueTrueAnyThe value of the requested output Example: JSON{ "type": "uint256", "value": 4 } Function Types 📘 readContract Updated 12 months ago Table of Contents Signature: Parameters: Example: Function Types