Documentation ¶
Index ¶
Constants ¶
View Source
const ( StorageProposalV120 = "/fil/storage/mk/1.2.0" StorageProposalV111 = "/fil/storage/mk/1.1.1" )
Variables ¶
View Source
var ErrNoDatacap = errors.New("no wallets have enough datacap")
View Source
var ErrNoWallet = errors.New("no wallets to choose from")
Functions ¶
func EpochToTime ¶
func EpochToTime(epoch abi.ChainEpoch) time.Time
func TimeToEpoch ¶
func TimeToEpoch(t time.Time) abi.ChainEpoch
Types ¶
type DatacapWalletChooser ¶ added in v0.2.21
type DatacapWalletChooser struct {
// contains filtered or unexported fields
}
func NewDatacapWalletChooser ¶ added in v0.2.21
type DealConfig ¶ added in v0.2.23
type DealMakerImpl ¶ added in v0.2.23
type DealMakerImpl struct {
// contains filtered or unexported fields
}
func NewDealMaker ¶
func (DealMakerImpl) Close ¶ added in v0.2.23
func (d DealMakerImpl) Close() error
type DefaultWalletChooser ¶ added in v0.2.21
type DefaultWalletChooser struct{}
Click to show internal directories.
Click to hide internal directories.