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

    Interface QueryArguments

    interface QueryArguments {
        args?: TypedValue[];
        caller?: Address;
        func: IContractFunction;
        value?: bigint;
    }
    Index

    Properties

    args?: TypedValue[]
    caller?: Address
    value?: bigint