@multiversx/sdk-core - v14.0.1
    Preparing search index...

    Type Alias SmartContractQueryInput

    type SmartContractQueryInput = {
        arguments: any[];
        caller?: Address;
        contract: Address;
        function: string;
        value?: bigint;
    }
    Index

    Properties

    arguments: any[]
    caller?: Address
    contract: Address
    function: string
    value?: bigint