Fee
A fee amount represented either in underlying assets or in shares.
Fully qualified path: openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::Fee
pub enum Fee {
Assets: u256,
Shares: u256,
}
Variants
Assets
Fully qualified path: openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::Fee::Assets
Assets: u256
Shares
Fully qualified path: openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::Fee::Shares
Shares: u256