Storage S.C.
Allocation-related functions
new_allocation_request
new_allocation_requesttype newAllocationRequest struct {
Name string `json:"name"`
DataShards int `json:"data_shards"`
ParityShards int `json:"parity_shards"`
Size int64 `json:"size"`
Owner string `json:"owner_id"`
OwnerPublicKey string `json:"owner_public_key"`
Blobbers []string `json:"blobbers"`
BlobberAuthTickets []string `json:"blobber_auth_tickets"`
ReadPriceRange PriceRange `json:"read_price_range"`
WritePriceRange PriceRange `json:"write_price_range"`
ThirdPartyExtendable bool `json:"third_party_extendable"`
FileOptionsChanged bool `json:"file_options_changed"`
FileOptions uint16 `json:"file_options"`
}Field
Description
update_allocation_request
update_allocation_requestField
Description
finalize_allocation
finalize_allocationcancel_allocation
cancel_allocationLast updated