Category: economic
Entity: Infusion (type code 7)
Endpoint: /structs/infusion/{destinationId}/{address}
Source: proto/structs/structs/infusion.proto
Keyed on (destination, address). Infusing a reactor adds ~96% (at 4% commission) to your capacity; it does not raise a substation. Mechanics: energy.md — Infusion.
| Field | Type | Description |
|---|---|---|
| destinationType | objectType | Destination kind (reactor or generator struct) |
| destinationId | string | Reactor 3-n or generator struct id |
| fuel | uint64 (JSON string) | Alpha committed (ualpha) |
| power | uint64 (JSON string) | Power produced from fuel |
| commission | string | Decimal commission (reactor cut) |
| playerId | string | Infusing player |
| address | string | Infusing address |
| ratio | uint64 (JSON string) | Live energy ratio (0 if validator jailed) |
| defusing | uint64 (JSON string) | Amount in unbonding / defusion |
| Pattern | Endpoint | CLI |
|---|---|---|
| byDestinationAndAddress | /structs/infusion/{destinationId}/{address} |
infusion |
| all | /structs/infusion |
infusion-all |
| byDestination | /structs/infusion_by_destination/{destinationId} |
infusion-all-by-destination |
See api/queries/infusion.md. Webapp lists: api/webapp/infusion.md.