Interface ReadOnlyFunctionOptions

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

Hierarchy

  • ReadOnlyFunctionOptions

Properties

contractAddress: string
contractName: string
functionArgs: ClarityValue[]
functionName: string
network?: "mainnet" | "testnet" | "devnet" | "mocknet" | StacksNetwork

the network that the contract which contains the function is deployed to

senderAddress: string

address of the sender

Generated using TypeDoc