Skip to main content
The function must be declared with the no-writes flag for it to be used with callRo.

Arguments

function
string
required
The function name.
keys
string[]
The keys that the function accesses.
The function can only read from the keys that are provided in the keys argument.
args
string[]
The arguments for the function.

Response

The return value of the function.