package
1.26.7
Repository: https://github.com/filecoin-project/boost-gfm.git
Documentation: pkg.go.dev

# 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).

# Structs

StoredAsk implements a persisted SignedStorageAsk that lasts through restarts It also maintains a cache of the current SignedStorageAsk in memory.