Skip to main content

ContractPlatformFee.set() method

Set the platform fee recipient and basis points

Signature:

set(platformFeeInfo: z.input<typeof CommonPlatformFeeSchema>): Promise<TransactionResult>;

Parameters

ParameterTypeDescription
platformFeeInfoz.input<typeof CommonPlatformFeeSchema>the platform fee information

Returns:

Promise<TransactionResult>