Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 314 Bytes

jb721pricingparams.md

File metadata and controls

12 lines (10 loc) · 314 Bytes

JB721PricingParams

Git Source

struct JB721PricingParams {
    JB721TierParams[] tiers;
    uint48 currency;
    uint48 decimals;
    IJBPrices prices;
}