DDO v1
What ddo_v1 Is For
ddo_v1 Is ForStruct Definition
type DDOV1 struct {
Provider address.Address `json:"provider"`
StartEpoch *abi.ChainEpoch `json:"start_epoch"`
Duration abi.ChainEpoch `json:"duration"`
AllocationId *verifreg.AllocationId `json:"allocation_id,omitempty"`
MarketAddress string `json:"market_address"`
MarketDealID *uint64 `json:"market_deal_id"`
NotificationAddress address.Address `json:"notification_address"`
NotificationPayload []byte `json:"notification_payload,omitempty"`
}Required And Optional Fields
Field Behavior
Core Validation Rules
Market Contract Verification
Notification Callback Behavior
Additional Sanitize Checks Before Pipeline Entry
Last updated