ImmutableConfig
Constants expected to be defined at the contract level used to configure the component behavior.
FEE_DENOMINATOR: The denominator with which to interpret the fee set in_set_token_royaltyand_set_default_royaltyas a fraction of the sale price.
Requirements:
FEE_DENOMINATORmust be greater than 0.
Fully qualified path: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ImmutableConfig
pub trait ImmutableConfig
Trait constants
FEE_DENOMINATOR
Fully qualified path: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ImmutableConfig::FEE_DENOMINATOR
const FEE_DENOMINATOR: u128;
Trait functions
validate
Fully qualified path: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ImmutableConfig::validate
fn validate()