logo
RoyaltiesSet
Initializing search
    • Overview
    • Why Express?
      • Overview
      • Getting Started
        • ERC721
        • ERC1155
          • Overview
          • Mint
          • BatchMint
          • Burn
          • Sell
          • Buy
          • Auction
          • Bid
          • Execute Bid
          • Withdraw Bid
          • Cancel Sale
          • Token URI
          • Create Collection
          • Mint
          • BatchMint
          • Burn
          • Sell
          • Buy
          • Auction
          • Bid
          • Execute
          • Withdraw
          • Cancel Sale
          • Token URI
          • Overview
          • Mint
          • Burn
          • Sell
          • Buy
          • Auction
          • Bid
          • Execute Bid
          • Withdraw Bid
          • Cancel Sale
          • Create Collection
          • Mint
          • Burn
          • Sell
          • Buy
          • Auction
          • Bid
          • Execute
          • Withdraw
          • Cancel Sale
      • Pinata
      • Overview
      • Architecture
          • Overview
          • Collection
          • Mint
          • BatchMint
          • Burn
          • Royalties
          • Sell
          • Buy
          • Auction
          • Bid
          • CancelSale
          • BidOrderBook
          • Overview
          • Share
          • RoyaltiesSet
          • TokenMeta
          • BidOrder
          • Overview
          • Collection
          • Mint
          • Burn
          • Royalties
          • Sell
          • Buy
          • Auction
          • Bid
          • CancelSale
          • BidOrderBook
          • Overview
          • Share
          • RoyaltiesSet
          • TokenMeta
          • BidOrder
      • Contract deployment
      • NFT MarketPlace
      • NFT Auction Market
      • NFT-Drop Dapp
      • NFT-Ticket Booking Dapp
      • NFT-Lending and Borrowing Dapp
    • ERC404

    RoyaltiesSet


        struct RoyaltiesSet {
            bool set;
            LibShare.Share[] royalties;
        }
    

    →set: boolean value

    →royalties: array of Share struct


    Previous Share
    Next TokenMeta
    Made with Material for MkDocs