Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GenAccountEntry ¶
type GenAccountEntry struct { Version int ID string Amount types.FIL VestingMonths int CustodianID int M int N int Addresses []address.Address Type string Sig1 string Sig2 string }
func ParseMultisigCsv ¶
func ParseMultisigCsv(csvf string) ([]GenAccountEntry, error)
type ID ¶ added in v0.9.7
type ID string
ID identifies sector storage by UUID. One sector storage should map to one
filesystem, local or networked / shared by multiple machines
type LocalStorageMeta ¶ added in v0.9.7
type LocalStorageMeta struct { ID ID // A high weight means data is more likely to be stored in this path Weight uint64 // 0 = readonly // Intermediate data for the sealing process will be stored here CanSeal bool // Finalized sectors that will be proved over time will be stored here CanStore bool }
LocalStorageMeta path/sectorstore.json
Click to show internal directories.
Click to hide internal directories.