# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
BlobShareDecorator helps to prevent a PFB from being included in a block but not fitting in a data square because the number of shares occupied by the PFB exceeds the max number of shares available to blob data in a data square.
MaxTotalBlobSizeDecorator helps to prevent a PFB from being included in a block but not fitting in a data square.
MinGasPFBDecorator helps to prevent a PFB from being included in a block but running out of gas in DeliverTx (effectively getting DA for free) This decorator should be run after any decorator that consumes gas.
# Interfaces
No description provided by the author