Skip to content
Logo

getMatchAdvanced

Usage

import {  } from "viem";
import {  } from "@cartesi/viem";
 
const  = ({
  : ("http://127.0.0.1:6751/rpc"),
});
 
const  = await .({
  : "0x...",
  : 1n,
  : "0x...",
  : "0x...",
  : "0x...",
});

Parameters

import type {  } from "@cartesi/viem";
// {
//   application: Address | string;
//   epochIndex: bigint;
//   tournamentAddress: Address;
//   idHash: Hash;
//   parent: Hash;
// }

Return Type

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