Skip to content

[Contract] Define TRANSFER_FEE_BPS constant #324

@Yunusabdul38

Description

@Yunusabdul38

Description: Standardize the ticket transfer fee logic by replacing magic numbers with a named constant TRANSFER_FEE_BPS. Tasks:

Identify hardcoded fee values in transfer_ticket.
Define pub const TRANSFER_FEE_BPS: u32 = ...; in a central location.
Update implementation to use the new constant.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions