scReadOnlyCall abstract method
scReadOnlyCall reads only smart contracts
Implementation
Future<Uint8List> scReadOnlyCall({
required double maximumGas,
required String smartContracAddress,
required String functionName,
required Uint8List functionParameters,
});