FullNodeState
FullNodeState<
NS> =NS&BaseNodeState
Defined in: packages/sigma/src/types/styles.ts:70
Full state types: base state merged with user-provided additional fields. NS/ES/GS generics throughout the codebase represent only the additional custom fields. These utility types produce the complete state.
Type Parameters
NS
NS = { }