GetPackContentsParams

Represents the parameters for the "getPackContents" function.

type GetPackContentsParams = {
packId: AbiParameterToPrimitiveType<{
name: "_packId";
type: "uint256";
}>;
};