Skip to main content

Type Alias: IotaSystemStateSummary

type IotaSystemStateSummary = 
| {
V1: IotaSystemStateSummaryV1;
}
| {
V2: IotaSystemStateSummaryV2;
};

This is the JSON-RPC type for IOTA system state objects. It is an enum type that can represent either V1 or V2 system state objects.