Skip to content
Logo

useApplications

Usage

import {  } from "@cartesi/wagmi";
 
function () {
  const { ,  } = ({
    : 50,
    : 0,
    // ...other filters
  });
  const { : ,  } =  || {};
  // render logic
}

Return Type

The data is an array of Application:

import type {
  ,
  ,
  ,
} from "@cartesi/viem";

For more information about pagination refer to the pagination section.