PDP v1
What pdp_v1 Is For
pdp_v1 Is ForStruct Definition
type PDPV1 struct {
CreateDataSet bool `json:"create_data_set"`
DeleteDataSet bool `json:"delete_data_set"`
AddPiece bool `json:"add_piece"`
DeletePiece bool `json:"delete_piece"`
DataSetID *uint64 `json:"data_set_id,omitempty"`
RecordKeeper string `json:"record_keeper"`
PieceIDs []uint64 `json:"piece_ids,omitempty"`
ExtraData []byte `json:"extra_data,omitempty"`
}Action Model
Key Fields
Validation Rules
Runtime Sanitize Rules
Processing Behavior
Last updated