Interface ReadOnlyFunctionOptions
Properties
contractAddress
contractAddress: string
contractName
contractName: string
functionArgs
functionName
functionName: string
Optional
network
network?: "mainnet" | "testnet" | "devnet" | "mocknet" | StacksNetwork
senderAddress
senderAddress: string
Read only function options
Param
the c32check address of the contract
Param
the contract name
Param
name of the function to be called
Param
an array of Clarity values as arguments to the function call
Param
the Stacks blockchain network this transaction is destined for
Param
the c32check address of the sender