Skip to main content

FCALL_RO

Invoke a read-only function
1 min read
Note

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

Arguments#

functionstringrequired#

The function name.

keysstring[]#

The keys that the function accesses.

Warning

The function can only read from the keys that are provided in the keys argument.

argsstring[]#

The arguments for the function.

Response#

unknownrequired

The return value of the function.