GetHandleParams

Represents the parameters for the "getHandle" function.

type GetHandleParams = {
tokenId: AbiParameterToPrimitiveType<{
name: "tokenId";
type: "uint256";
}>;
};