cartesi_listApplications
Usage
import { } from "@cartesi/rpc";
const = ({ : "http://127.0.0.1:6751/rpc" });
const { , } = await .("cartesi_listApplications", {
: 50,
: 0,
});Return Type
The data is an array of Application:
import {
type ,
type ,
} from "@cartesi/rpc";For more information about pagination refer to the pagination section.