Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReadOnlyFunctionOptions

Read only function options

param contractAddress

the c32check address of the contract

param contractName

the contract name

param functionName

name of the function to be called

param functionArgs

an array of Clarity values as arguments to the function call

param network

the Stacks blockchain network this transaction is destined for

param senderAddress

the c32check address of the sender

Hierarchy

  • ReadOnlyFunctionOptions

Index

Properties

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

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

senderAddress: string

address of the sender

Generated using TypeDoc