Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

RoyaltyInfo

Fully qualified path: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::RoyaltyInfo

[derive(Serde, Drop, starknet::Store)]
pub struct RoyaltyInfo {
    pub receiver: ContractAddress,
    pub royalty_fraction: u128,
}

Members

receiver

Fully qualified path: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::RoyaltyInfo::receiver

pub receiver: ContractAddress

royalty_fraction

Fully qualified path: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::RoyaltyInfo::royalty_fraction

pub royalty_fraction: u128