SetPlatformFeeInfoParams

Represents the parameters for the "setPlatformFeeInfo" function.

type SetPlatformFeeInfoParams = WithOverrides<{
platformFeeBps: AbiParameterToPrimitiveType<{
name: "_platformFeeBps";
type: "uint256";
}>;
platformFeeRecipient: AbiParameterToPrimitiveType<{
name: "_platformFeeRecipient";
type: "address";
}>;
}>;