MintTimestampOfFollowNFTParams

Represents the parameters for the "mintTimestampOf" function.

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