stx_callContract
Wrapper method for `stx_signTransaction` that calls a Stacks contract
Method name
stx_callContract
Parameters
Parameter
Description
Required
Type
contract
Fully qualified contract identifier, including Stacks address and contract name.
✅
string
functionName
Name of the function to call.
✅
string
functionArgs
Arguments to pass to the contract function, encoded as strings.
✅
string[]
Example request
Example response
Last updated