T402 API Reference - v2.8.0
    Preparing search index...

    Interface StacksContractCall

    Stacks contract call details

    interface StacksContractCall {
        contractId: string;
        functionName: string;
        functionArgs: StacksFunctionArg[];
    }
    Index

    Properties

    contractId: string

    Contract ID (principal.contract-name)

    functionName: string

    Function name

    functionArgs: StacksFunctionArg[]

    Function arguments