getPlatformFeeInfo

Calls the "getPlatformFeeInfo" function on the contract.

Example

import { getPlatformFeeInfo } from "thirdweb/extensions/common";
const result = await getPlatformFeeInfo({
contract,
});

Parameters

Returns

The parsed result of the function call.