DefaultConfig
Implementation of the default ERC20Component ImmutableConfig.
See https://github.com/starknet-io/SNIPs/blob/main/SNIPS/snip-107.md#defaultconfig-implementation
The default decimals is set to DEFAULT_DECIMALS.
Fully qualified path: openzeppelin_token::erc20::erc20::DefaultConfig
pub impl DefaultConfig of ImmutableConfig;
Impl constants
DECIMALS
Fully qualified path: openzeppelin_token::erc20::erc20::DefaultConfig::DECIMALS
const DECIMALS: u8 = ERC20Component::DEFAULT_DECIMALS;