# Functions
NewStoredAsk returns a new instance of StoredAsk It will initialize a new SignedStorageAsk on disk if one is not set Otherwise it loads the current SignedStorageAsk from disk.
# Constants
DefaultDuration is the default number of epochs a storage ask is in effect for.
DefaultMaxPieceSize is the default maximum accepted size for pieces for deals TODO: It would be nice to default this to the miner's sector size.
DefaultMinPieceSize is the minimum accepted piece size for data.
# Variables
DefaultPrice is the default price for unverified deals (in attoFil / GiB / Epoch).
DefaultVerifiedPrice is the default price for verified deals (in attoFil / GiB / Epoch).