Skip to main content
POST
public/set_socialization_feed_data

Body

application/json
feeds
object
required

Oracle feed batch, in the public/set_feed_data shape.

universe_id
integer<uint32>
required

Universe whose pending socialization event to patch.

Required range: x >= 0

Response

Success

Postcard-friendly mirror of sequencer_runtime::types::OperationResult.

We can't use OperationResult directly for two reasons: - it only derives Serialize (no Deserialize or JsonSchema), and - it has a BalanceSnapshot field marked #[serde(skip)] that we don't want crossing the wire.

This mirror carries just the fields that actually cross the wire and adds the derives the gateway needs.

mmp_triggered
integer<uint64>[]
required
Required range: x >= 0
op_uuid
string
required
operation_id
integer<uint64>
required
Required range: x >= 0