@aptos-labs/ts-sdk - v7.1.0
    Preparing search index...

    Type Alias InputViewFunctionDataWithABI

    InputViewFunctionDataWithABI: InputViewFunctionData & {
        abi: ViewFunctionABI;
        aptosConfig?: AptosConfig;
    }

    Data needed to generate a view function, including the fetched ABI.