Type alias ReadOnlyFunctionOptions

ReadOnlyFunctionOptions: {
    contractAddress: string;
    contractName: string;
    functionArgs: ClarityValue[];
    functionName: string;
    senderAddress: string;
} & NetworkClientParam

Read only function options

Type declaration

  • contractAddress: string
  • contractName: string
  • functionArgs: ClarityValue[]
  • functionName: string
  • senderAddress: string

    address of the sender

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

Generated using TypeDoc