Method to describe RegistrationStrategy
, without knowing details of contract implementation
#6
Labels
low priority
Not urgent or required
Since we are allowing TLDs to deploy their own
RegistrationStrategy
contracts with a generic interface, we won't necessarily know how the pricing works, or how it implements discounts. We may want to know the character length and registration length pricing for TLDs to show to the user. Part of theRegistrationStrategy
implementation could be a method that can basically return a pricing matrix for various types of SLDs. Something like this:Alternatively, maybe we just require simple function interfaces that return this information specifically (while avoiding any premiums/discounts):
The text was updated successfully, but these errors were encountered: