ContractPlatformFee.set() method
Set the platform fee recipient and basis points
Signature:
set(platformFeeInfo: z.input<typeof CommonPlatformFeeSchema>): Promise<TransactionResult>;
Parameters
Parameter | Type | Description |
---|---|---|
platformFeeInfo | z.input<typeof CommonPlatformFeeSchema> | the platform fee information |
Returns:
Promise<TransactionResult>