Parameters
- 
__namedParameters: { 
 contractAddress: string;
 contractName: string;
 functionArgs: ClarityValue[];
 functionName: string;
 senderAddress: string;
 } & ApiParam
 
Returns an object with a status bool (okay) and a result string that
is a serialized clarity value in hex format.
 
Calls a function as read-only from a contract interface. It is not necessary that the function is defined as read-only in the contract